Skip to content

Commit

Permalink
Use correct build script
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Dec 4, 2024
1 parent 8416c61 commit b6b69db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-ghc-alpine.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on:
push:
branches:
- ekw/SRE-996/release-ghc-alpine
tags:
- fpic-ghc/*

Expand Down Expand Up @@ -32,4 +34,4 @@ jobs:
# BOOTSTRAP_GHC_VERSION corresponds to the version of GHC that we are using to build GHC_VERSION.
GHC_VERSION="${{ env.GHC_VERSION }}" \
BOOTSTRAP_GHC_VERSION="${{ env.BOTTSTRAP_GHC_VERSION }}" \
./fpic/linux-fpic-ghc-build-and-push.sh
./scripts/ghc-alpine-build.sh

0 comments on commit b6b69db

Please sign in to comment.