Skip to content

Commit fcd1cb3

Browse files
authored
ci: add docker build argument
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
1 parent d55f944 commit fcd1cb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
labels: ${{ steps.meta.outputs.labels }}
6262
cache-from: type=gha
6363
cache-to: type=gha,mode=max
64+
build-args: |
65+
ARCH=${{ runner.arch == "ARM" && "native" || "x86-64-v2" }}
6466
6567
test:
6668
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)