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 18af5a4 commit 556ca9eCopy full SHA for 556ca9e
.github/workflows/build-docker.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Build and push
51
uses: docker/build-push-action@v6
52
with:
53
- platforms: linux/amd64,linux/arm64
+ platforms: ${{ matrix.platform }}
54
file: ${{ format('./{0}/Dockerfile', matrix.ghc-version) }}
55
push: false # ${{ github.ref == 'refs/heads/master' }}
56
tags: ${{ format('{0}:{1}', env.IMAGE_NAME, matrix.ghc-version) }}
0 commit comments