Build armv7 bindists for deb10
This commit is contained in:
parent
fae0dc57ee
commit
6e3fef8e15
8
.github/workflows/cabal-release.yaml
vendored
8
.github/workflows/cabal-release.yaml
vendored
@ -205,10 +205,10 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- os: [self-hosted, Linux, ARM64]
|
- os: [self-hosted, Linux, ARM64]
|
||||||
ARCH: ARM
|
ARCH: ARM
|
||||||
ARTIFACT: "armv7-linux-ubuntu20"
|
ARTIFACT: "armv7-linux-deb10"
|
||||||
- os: [self-hosted, Linux, ARM64]
|
- os: [self-hosted, Linux, ARM64]
|
||||||
ARCH: ARM64
|
ARCH: ARM64
|
||||||
ARTIFACT: "aarch64-linux-ubuntu20"
|
ARTIFACT: "aarch64-linux-deb10"
|
||||||
steps:
|
steps:
|
||||||
- uses: docker://arm64v8/ubuntu:focal
|
- uses: docker://arm64v8/ubuntu:focal
|
||||||
name: Cleanup (aarch64 linux)
|
name: Cleanup (aarch64 linux)
|
||||||
@ -226,7 +226,7 @@ jobs:
|
|||||||
ref: ${{ github.event.inputs.ref }}
|
ref: ${{ github.event.inputs.ref }}
|
||||||
|
|
||||||
- if: matrix.ARCH == 'ARM'
|
- if: matrix.ARCH == 'ARM'
|
||||||
uses: docker://hasufell/arm32v7-ubuntu-haskell:focal
|
uses: docker://hasufell/arm32v7-debian-haskell:10
|
||||||
name: Run build (armv7 linux)
|
name: Run build (armv7 linux)
|
||||||
with:
|
with:
|
||||||
args: bash .github/scripts/build.sh
|
args: bash .github/scripts/build.sh
|
||||||
@ -234,7 +234,7 @@ jobs:
|
|||||||
ARTIFACT: ${{ matrix.ARTIFACT }}
|
ARTIFACT: ${{ matrix.ARTIFACT }}
|
||||||
|
|
||||||
- if: matrix.ARCH == 'ARM64'
|
- if: matrix.ARCH == 'ARM64'
|
||||||
uses: docker://hasufell/arm64v8-ubuntu-haskell:focal
|
uses: docker://hasufell/arm64v8-debian-haskell:10
|
||||||
name: Run build (aarch64 linux)
|
name: Run build (aarch64 linux)
|
||||||
with:
|
with:
|
||||||
args: bash .github/scripts/build.sh
|
args: bash .github/scripts/build.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user