Skip to content

Commit

Permalink
Add aarch64 alpine bindist test
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Dec 6, 2024
1 parent 04c1f6b commit c550149
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/bindists.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,13 @@ jobs:
include:
- os: [self-hosted, Linux, ARM64, maerwald]
ARCH: ARM
DISTRO: Debian
- os: [self-hosted, Linux, ARM64, maerwald]
ARCH: ARM64
DISTRO: Debian
- os: [self-hosted, Linux, ARM64, maerwald]
ARCH: ARM64
DISTRO: Alpine
steps:
- uses: docker://arm64v8/ubuntu:focal
name: Cleanup (aarch64 linux)
Expand All @@ -188,12 +193,18 @@ jobs:
with:
args: sh -c '.github/workflows/install-bindist.sh'

- if: matrix.ARCH == 'ARM64'
- if: matrix.ARCH == 'ARM64' && matrix.DISTRO == 'Debian'
uses: docker://hasufell/arm64v8-ubuntu-haskell:focal
name: Run build (aarch64 linux)
with:
args: sh -c '.github/workflows/install-bindist.sh'

- if: matrix.ARCH == 'ARM64' && matrix.DISTRO == 'Alpine'
uses: docker://hasufell/arm64v8-alpine-haskell:3.20
name: Run build (aarch64 alpine)
with:
args: sh -c '.github/workflows/install-bindist.sh'

bindist-install-arm-alpine:
name: Build ARM binary (alpine)
runs-on: [self-hosted, Linux, ARM64, maerwald]
Expand Down

0 comments on commit c550149

Please sign in to comment.