Skip to content

Commit

Permalink
ci: better arm compare
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Feb 19, 2025
1 parent 7269819 commit 3a5cbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
ARCH=${{ runner.arch == 'ARM' && 'native' || 'x86-64-v2' }}
ARCH=${{ startsWith(runner.arch,'ARM') && 'native' || 'x86-64-v2' }}
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3a5cbea

Please sign in to comment.