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 c035c6e commit cde5601Copy full SHA for cde5601
.github/workflows/build.yml
@@ -59,6 +59,7 @@ jobs:
59
id: hub_build
60
uses: docker/build-push-action@v5
61
with:
62
+ platforms: linux/arm64
63
push: ${{ github.ref == 'refs/heads/main' && 'true' || 'false' }}
64
tags: compilerexplorer/${{ matrix.image }}-builder:latest
65
cache-from: type=registry,ref=compilerexplorer/${{ matrix.image }}-builder:latest
0 commit comments