We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 391ce16 commit 2e9b4f4Copy full SHA for 2e9b4f4
.github/workflows/build-gateway.yml
@@ -50,7 +50,8 @@ jobs:
50
type=raw,value=latest,enable={{is_default_branch}}
51
52
- name: Build and push Docker image
53
- uses: docker/build-push-action@v5
+ run: |
54
+ docker buildx build --platform=linux/arm64 --file=Dockerfile.build --build-arg TARGETARCH=arm64 -t test .
55
with:
56
context: /tmp/gateway
57
file: /tmp/gateway/Dockerfile.build
0 commit comments