Skip to content

Commit

Permalink
Build arm binaries in bionic images, fixes #762
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Feb 12, 2023
1 parent 988672e commit 15a75d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
GHC_VER: 9.2.5
ARCH: ARM64
steps:
- uses: docker://arm64v8/ubuntu:focal
- uses: docker://arm64v8/ubuntu:bionic
name: Cleanup (aarch64 linux)
with:
args: "find . -mindepth 1 -maxdepth 1 -exec rm -rf -- {} +"
Expand All @@ -115,7 +115,7 @@ jobs:
submodules: 'true'

- if: matrix.ARCH == 'ARM'
uses: docker://hasufell/arm32v7-ubuntu-haskell:focal
uses: docker://hasufell/arm32v7-ubuntu-haskell:bionic
name: Run build (armv7 linux)
with:
args: sh .github/scripts/build.sh
Expand All @@ -129,7 +129,7 @@ jobs:
S3_HOST: ${{ env.S3_HOST }}

- if: matrix.ARCH == 'ARM64'
uses: docker://hasufell/arm64v8-ubuntu-haskell:focal
uses: docker://hasufell/arm64v8-ubuntu-haskell:bionic
name: Run build (aarch64 linux)
with:
args: sh .github/scripts/build.sh
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:
DISTRO: Ubuntu

steps:
- uses: docker://arm64v8/ubuntu:focal
- uses: docker://arm64v8/ubuntu:bionic
name: Cleanup (aarch64 linux)
with:
args: "find . -mindepth 1 -maxdepth 1 -exec rm -rf -- {} +"
Expand All @@ -358,7 +358,7 @@ jobs:
path: ./out

- if: matrix.ARCH == 'ARM'
uses: docker://hasufell/arm32v7-ubuntu-haskell:focal
uses: docker://hasufell/arm32v7-ubuntu-haskell:bionic
name: Run test (armv7 linux)
with:
args: sh .github/scripts/test.sh
Expand All @@ -369,7 +369,7 @@ jobs:
DISTRO: Ubuntu

- if: matrix.ARCH == 'ARM64'
uses: docker://hasufell/arm64v8-ubuntu-haskell:focal
uses: docker://hasufell/arm64v8-ubuntu-haskell:bionic
name: Run test (aarch64 linux)
with:
args: sh .github/scripts/test.sh
Expand Down

0 comments on commit 15a75d7

Please sign in to comment.