Skip to content

Commit

Permalink
Change output folder in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 5, 2024
1 parent c06565b commit 58d184c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-ghc-alpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

jobs:
release-ghc-alpine:
environment: release
uses: concordium/.github/.github/workflows/s3-release-workflow.yaml@ekw/SRE-996/s3-artifact
with:
SERVICE_NAME: "ghc-alpine"
Expand Down
2 changes: 1 addition & 1 deletion scripts/ghc-alpine-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ mkdir _build/docs
# Copy ghc to out
ls _build
ls _build/bindist
cp _build/bindist/ghc-"$GHC_VERSION"-x86_64-unknown-linux.tar.xz /build/dpkg-build-package/ghc-"$GHC_VERSION"-x86_64-unknown-linux-integer-gmp.tar.xz
cp _build/bindist/ghc-"$GHC_VERSION"-x86_64-unknown-linux.tar.xz /build/pkg-root/ghc-"$GHC_VERSION"-x86_64-unknown-linux-integer-gmp.tar.xz

0 comments on commit 58d184c

Please sign in to comment.