Skip to content

Commit 1a7041e

Browse files
committed
Oh yeah? What you gonna do about it!
1 parent 4c3b3f6 commit 1a7041e

8 files changed

Lines changed: 3627 additions & 793 deletions

File tree

.github/workflows/bindists.yaml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -157,19 +157,16 @@ jobs:
157157

158158
bindist-install-arm:
159159
name: Build ARM binary
160-
runs-on: ${{ matrix.os }}
160+
runs-on: ubuntu-24.04-arm
161161
strategy:
162162
fail-fast: false
163163
matrix:
164164
include:
165-
- os: [self-hosted, Linux, ARM64, maerwald]
166-
ARCH: ARM
165+
- ARCH: ARM
167166
DISTRO: Debian
168-
- os: [self-hosted, Linux, ARM64, maerwald]
169-
ARCH: ARM64
167+
- ARCH: ARM64
170168
DISTRO: Debian
171-
- os: [self-hosted, Linux, ARM64, maerwald]
172-
ARCH: ARM64
169+
- ARCH: ARM64
173170
DISTRO: Alpine
174171
steps:
175172
- uses: docker://arm64v8/ubuntu:focal
@@ -191,13 +188,13 @@ jobs:
191188
args: sh -c '.github/workflows/install-bindist.sh'
192189

193190
- if: matrix.ARCH == 'ARM64' && matrix.DISTRO == 'Debian'
194-
uses: docker://hasufell/arm64v8-ubuntu-haskell:focal
191+
uses: docker://hasufell/arm64v8-debian-haskell:11
195192
name: Run build (aarch64 linux)
196193
with:
197194
args: sh -c '.github/workflows/install-bindist.sh'
198195

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

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package ghcup
77
source-repository-package
88
type: git
99
location: https://github.com/haskell/ghcup-hs.git
10-
tag: c95d143a940c15c7b3b67700fd5fe7e1a53e6ee0
10+
tag: 9028706a9dddbe1844f757297c855d604e5d28b1
1111

1212
constraints: http-io-streams -brotli,
1313
any.aeson >= 2.0.1.0

0 commit comments

Comments
 (0)