File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -379,11 +379,6 @@ jobs:
379379 DISTRO : Debian
380380 - os : [self-hosted, Linux, ARM64, maerwald]
381381 ARTIFACT : " aarch64-linux-ghcup"
382- GHC_VER : 9.6.6
383- ARCH : ARM64
384- DISTRO : Debian
385- - os : [self-hosted, Linux, ARM64, maerwald]
386- ARTIFACT : " aarch64-linux-alpine-ghcup"
387382 GHC_VER : 9.8.4
388383 ARCH : ARM64
389384 DISTRO : Alpine
@@ -411,18 +406,7 @@ jobs:
411406 DISTRO : ${{ matrix.DISTRO }}
412407 LD : ld.gold
413408
414- - if : matrix.ARCH == 'ARM64' && matrix.DISTRO == 'Debian'
415- uses : docker://hasufell/arm64v8-debian-haskell:10
416- name : Run test (aarch64 linux)
417- with :
418- args : sh .github/scripts/test.sh
419- env :
420- ARTIFACT : ${{ matrix.ARTIFACT }}
421- ARCH : ${{ matrix.ARCH }}
422- GHC_VER : ${{ matrix.GHC_VER }}
423- DISTRO : ${{ matrix.DISTRO }}
424-
425- - if : matrix.ARCH == 'ARM64' && matrix.DISTRO == 'Alpine'
409+ - if : matrix.ARCH == 'ARM64'
426410 uses : docker://hasufell/arm64v8-alpine-haskell:3.20
427411 name : Run test (aarch64 alpine)
428412 with :
You can’t perform that action at this time.
0 commit comments