Skip to content

Commit

Permalink
Specify docker_platform, use --progress=plain
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrcek committed Aug 12, 2024
1 parent c0db682 commit 1906a2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,12 @@ jobs:
ghc_minor: '9.10'
deb: 'bullseye'
arch: 'aarch64'
docker_platform: arm64
- ghc: '9.6.6'
ghc_minor: '9.6'
deb: 'bullseye'
arch: 'aarch64'
docker_platform: arm64
# buster (debian 10)
- ghc: '9.10.1'
ghc_minor: '9.10'
Expand Down Expand Up @@ -119,7 +121,7 @@ jobs:
apt-get install -y curl
curl -fsSL https://get.docker.com | sh
run: |
docker build --pull \
docker build --pull --progress=plain \
--platform "linux/${{ matrix.docker_platform }}" \
-t haskell:${{ matrix.ghc }}-${{ matrix.deb }} \
${{ matrix.ghc_minor }}/${{ matrix.deb }}
Expand Down

0 comments on commit 1906a2e

Please sign in to comment.