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 99c9472 commit 279d434Copy full SHA for 279d434
.github/workflows/build.yml
@@ -34,6 +34,7 @@ jobs:
34
id: hub_build
35
uses: docker/build-push-action@v5
36
with:
37
+ platforms: linux/amd64
38
push: ${{ github.ref == 'refs/heads/main' && 'true' || 'false' }}
39
tags: compilerexplorer/${{ matrix.image }}-builder:latest
40
cache-from: type=registry,ref=compilerexplorer/${{ matrix.image }}-builder:latest
0 commit comments