Skip to content

Commit

Permalink
don't override platform in build
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Aug 17, 2023
1 parent 00dd665 commit ce8f317
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/server-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -36,7 +35,6 @@ jobs:
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
options: --platform linux/arm32v7
steps:
- uses: actions/checkout@v3
- name: setup
Expand Down

0 comments on commit ce8f317

Please sign in to comment.