Skip to content

Commit

Permalink
try correct platform string
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Aug 17, 2023
1 parent 971b956 commit 00dd665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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
platforms: linux/armv7 # todo: is this right?
build:
# needs: [docker]
runs-on: buildjet-4vcpu-ubuntu-2204-arm
Expand All @@ -36,7 +36,7 @@ jobs:
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
options: --platform linux/armv7
options: --platform linux/arm32v7
steps:
- uses: actions/checkout@v3
- name: setup
Expand Down

0 comments on commit 00dd665

Please sign in to comment.