Skip to content

Commit 556ca9e

Browse files
committed
Pass platform param.
1 parent 18af5a4 commit 556ca9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Build and push
5151
uses: docker/build-push-action@v6
5252
with:
53-
platforms: linux/amd64,linux/arm64
53+
platforms: ${{ matrix.platform }}
5454
file: ${{ format('./{0}/Dockerfile', matrix.ghc-version) }}
5555
push: false # ${{ github.ref == 'refs/heads/master' }}
5656
tags: ${{ format('{0}:{1}', env.IMAGE_NAME, matrix.ghc-version) }}

0 commit comments

Comments
 (0)