diff --git a/.github/workflows/server-32bit.yml b/.github/workflows/server-32bit.yml index d8a760ca526..68516e8002b 100644 --- a/.github/workflows/server-32bit.yml +++ b/.github/workflows/server-32bit.yml @@ -4,7 +4,7 @@ on: jobs: docker: # temporarily suppress this job to work around rate limit - if: false + # if: false runs-on: buildjet-4vcpu-ubuntu-2204-arm permissions: packages: write @@ -25,9 +25,8 @@ jobs: push: true cache-from: type=registry,ref=ghcr.io/viamrobotics/viam-server:buildcache cache-to: type=registry,ref=ghcr.io/viamrobotics/viam-server:buildcache - platforms: linux/armv7 # todo: is this right? build: - # needs: [docker] + needs: [docker] runs-on: buildjet-4vcpu-ubuntu-2204-arm permissions: packages: read @@ -36,7 +35,6 @@ jobs: credentials: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - options: --platform linux/arm32v7 steps: - uses: actions/checkout@v3 - name: setup