Skip to content

Commit

Permalink
Use original name for artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Dec 19, 2024
1 parent a12c638 commit 04eb9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ghc-alpine-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -ex
docker build -t concordium/alpine-ghc -f docker/ghc-alpine.Dockerfile --build-arg BOOTSTRAP_HASKELL_GHC_VERSION="$BOOTSTRAP_HASKELL_GHC_VERSION" --build-arg GHC_VERSION="$GHC_VERSION" .
mkdir out
docker run --name alpine-ghc -e GHC_VERSION -v "$(pwd)"/out:/out concordium/alpine-ghc
aws s3 cp out/ghc-"$GHC_VERSION"-x86_64-unknown-linux-integer-gmp.tar.xz s3://static-libraries.concordium.com/alpine-tester.tar.xz --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers
aws s3 cp out/ghc-"$GHC_VERSION"-x86_64-unknown-linux-integer-gmp.tar.xz s3://static-libraries.concordium.com/ --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers

0 comments on commit 04eb9c8

Please sign in to comment.