Skip to content

Commit

Permalink
ci: add docker build argument
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 d55f944 commit fcd1cb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
ARCH=${{ runner.arch == "ARM" && "native" || "x86-64-v2" }}
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fcd1cb3

Please sign in to comment.