Skip to content

Commit

Permalink
Fix alpine arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Jan 1, 2025
1 parent e1ad6db commit 38b184f
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,11 +379,6 @@ jobs:
DISTRO: Debian
- os: [self-hosted, Linux, ARM64, maerwald]
ARTIFACT: "aarch64-linux-ghcup"
GHC_VER: 9.6.6
ARCH: ARM64
DISTRO: Debian
- os: [self-hosted, Linux, ARM64, maerwald]
ARTIFACT: "aarch64-linux-alpine-ghcup"
GHC_VER: 9.8.4
ARCH: ARM64
DISTRO: Alpine
Expand Down Expand Up @@ -411,18 +406,7 @@ jobs:
DISTRO: ${{ matrix.DISTRO }}
LD: ld.gold

- if: matrix.ARCH == 'ARM64' && matrix.DISTRO == 'Debian'
uses: docker://hasufell/arm64v8-debian-haskell:10
name: Run test (aarch64 linux)
with:
args: sh .github/scripts/test.sh
env:
ARTIFACT: ${{ matrix.ARTIFACT }}
ARCH: ${{ matrix.ARCH }}
GHC_VER: ${{ matrix.GHC_VER }}
DISTRO: ${{ matrix.DISTRO }}

- if: matrix.ARCH == 'ARM64' && matrix.DISTRO == 'Alpine'
- if: matrix.ARCH == 'ARM64'
uses: docker://hasufell/arm64v8-alpine-haskell:3.20
name: Run test (aarch64 alpine)
with:
Expand Down

0 comments on commit 38b184f

Please sign in to comment.