Skip to content

Commit 80e337d

Browse files
committed
Fix bindist-arm
1 parent 3f9076e commit 80e337d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,7 @@ jobs:
560560
with:
561561
args: bash .github/scripts/untar.sh
562562

563-
- if: matrix.platform.ARCH == 'ARM64'
564-
uses: docker://hasufell/arm64v8-debian-haskell:10
563+
- uses: docker://hasufell/arm64v8-debian-haskell:10
565564
name: Create bindist (aarch64 linux)
566565
with:
567566
args: bash .github/scripts/bindist.sh

0 commit comments

Comments
 (0)