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:
379
379
DISTRO : Debian
380
380
- os : [self-hosted, Linux, ARM64, maerwald]
381
381
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"
387
382
GHC_VER : 9.8.4
388
383
ARCH : ARM64
389
384
DISTRO : Alpine
@@ -411,18 +406,7 @@ jobs:
411
406
DISTRO : ${{ matrix.DISTRO }}
412
407
LD : ld.gold
413
408
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'
426
410
uses : docker://hasufell/arm64v8-alpine-haskell:3.20
427
411
name : Run test (aarch64 alpine)
428
412
with :
You can’t perform that action at this time.
0 commit comments