File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,9 @@ if [ "${OS}" = "macOS" ] && [ "${ARCH}" = "ARM64" ] ; then
105
105
elif [ " ${OS} " = " FreeBSD" ] ; then
106
106
# not enough space
107
107
echo
108
+ elif [ " ${OS} " = " Linux" ] && [ " ${ARCH} " = " ARM64" ] && [ " ${DISTRO} " = " Alpine" ]; then
109
+ # missing bindists
110
+ echo
108
111
else
109
112
# test installing new ghc doesn't mess with currently set GHC
110
113
# https://gitlab.haskell.org/haskell/ghcup-hs/issues/7
Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ jobs:
419
419
ARTIFACT : ${{ matrix.ARTIFACT }}
420
420
ARCH : ${{ matrix.ARCH }}
421
421
GHC_VER : ${{ matrix.GHC_VER }}
422
- DISTRO : Ubuntu
422
+ DISTRO : ${{ matrix.DISTRO }}
423
423
LD : ld.gold
424
424
425
425
- if : matrix.ARCH == 'ARM64' && matrix.DISTRO == 'Debian'
You can’t perform that action at this time.
0 commit comments