Skip to content

Commit

Permalink
Fix distro detection in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Dec 15, 2024
1 parent 3b363c8 commit 09f5003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ jobs:
ARTIFACT: ${{ matrix.ARTIFACT }}
ARCH: ${{ matrix.ARCH }}
GHC_VER: ${{ matrix.GHC_VER }}
DISTRO: Ubuntu
DISTRO: ${{ matrix.DISTRO }}

- if: matrix.ARCH == 'ARM64' && matrix.DISTRO == 'Alpine'
uses: docker://hasufell/arm64v8-alpine-haskell:3.20
Expand All @@ -442,7 +442,7 @@ jobs:
ARTIFACT: ${{ matrix.ARTIFACT }}
ARCH: ${{ matrix.ARCH }}
GHC_VER: ${{ matrix.GHC_VER }}
DISTRO: Ubuntu
DISTRO: ${{ matrix.DISTRO }}

- if: failure()
name: Upload artifact
Expand Down

0 comments on commit 09f5003

Please sign in to comment.