File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 3434 id : hub_build
3535 uses : docker/build-push-action@v5
3636 with :
37- platforms : linux/amd64
3837 push : ${{ github.ref == 'refs/heads/main' && 'true' || 'false' }}
3938 tags : compilerexplorer/${{ matrix.image }}-builder:latest
4039 cache-from : type=registry,ref=compilerexplorer/${{ matrix.image }}-builder:latest
6059 id : hub_build
6160 uses : docker/build-push-action@v5
6261 with :
63- platforms : linux/arm64
6462 push : ${{ github.ref == 'refs/heads/main' && 'true' || 'false' }}
65- tags : compilerexplorer/${{ matrix.image }}-builder:latest
66- cache-from : type=registry,ref=compilerexplorer/${{ matrix.image }}-builder:latest
63+ tags : compilerexplorer/${{ matrix.image }}-builder:latest-arm64
64+ cache-from : type=registry,ref=compilerexplorer/${{ matrix.image }}-builder:latest-arm64
6765 cache-to : type=inline,mode=max
6866 file : Dockerfile.${{ matrix.image }}
6967 - name : Docker Hub Image Digest
You can’t perform that action at this time.
0 commit comments