We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1d6c0 commit fb754cbCopy full SHA for fb754cb
.github/workflows/docker-publish.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Build, tag, and push image to GitHub Container Registry
75
uses: docker/build-push-action@v6
76
with:
77
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64,linux/arm64,linux/arm64/v8
78
builder: ${{ steps.buildx.outputs.name }}
79
build-args: GIT-SHA=${{ github.sha }}
80
cache-from: type=gha,scope=cal-itp
0 commit comments