Skip to content

Commit d2ff82c

Browse files
committed
Remove ARMv7
1 parent a202426 commit d2ff82c

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,6 @@ jobs:
206206
fail-fast: false
207207
matrix:
208208
include:
209-
- os: [self-hosted, Linux, ARM64, maerwald]
210-
ARCH: ARM
211-
ARTIFACT: "armv7-linux-deb10"
212-
GHC_VERSION: 9.2.8
213-
DISTRO: Debian
214209
- os: [self-hosted, Linux, ARM64, maerwald]
215210
ARCH: ARM64
216211
ARTIFACT: "aarch64-linux-deb10"
@@ -230,17 +225,7 @@ jobs:
230225
- name: Checkout code
231226
uses: actions/checkout@v4
232227

233-
- if: matrix.ARCH == 'ARM'
234-
uses: docker://hasufell/arm32v7-debian-haskell:10
235-
name: Run build (armv7 linux)
236-
with:
237-
args: bash .github/scripts/build.sh
238-
env:
239-
ARTIFACT: ${{ matrix.ARTIFACT }}
240-
GHC_VERSION: ${{ matrix.GHC_VERSION }}
241-
DISTRO: ${{ matrix.DISTRO }}
242-
243-
- if: matrix.ARCH == 'ARM64' && matrix.DISTRO == 'Debian'
228+
- if: matrix.DISTRO == 'Debian'
244229
uses: docker://hasufell/arm64v8-debian-haskell:10
245230
name: Run build (aarch64 linux)
246231
with:
@@ -250,7 +235,7 @@ jobs:
250235
GHC_VERSION: ${{ matrix.GHC_VERSION }}
251236
DISTRO: ${{ matrix.DISTRO }}
252237

253-
- if: matrix.ARCH == 'ARM64' && matrix.DISTRO == 'Alpine'
238+
- if: matrix.DISTRO == 'Alpine'
254239
uses: docker://hasufell/arm64v8-alpine-haskell:3.20
255240
name: Run build (aarch64 linux alpine)
256241
with:

0 commit comments

Comments
 (0)