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 3f71460 commit 689eec6Copy full SHA for 689eec6
.github/workflows/docker.yaml
@@ -46,7 +46,8 @@ jobs:
46
uses: docker/build-push-action@v5
47
with:
48
context: .
49
- platforms: linux/amd64,linux/arm64
+ # TODO: disabled for now, building for ARM is too slow
50
+ #platforms: linux/amd64,linux/arm64
51
push: true
52
tags: ${{ steps.meta.outputs.tags }}
53
cache-from: type=gha
0 commit comments