Skip to content

Commit

Permalink
perms issues
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Jun 1, 2021
1 parent cedce5d commit d5ed730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arm64-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
docker build . -f etc/dockerfiles/arm64.Dockerfile -t stack --build-arg USERID=$(id -u) --build-arg GROUPID=$(id -g)
rm -rf _release
mkdir -p _release
docker run --rm -v $(pwd):/src -w /src stack bash -c "/usr/local/bin/release build"
docker run --rm -v $(pwd):/src -w /src stack bash -c "/home/stack/release build"
- name: Upload bindist
uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion etc/dockerfiles/arm64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ USER stack
RUN cd /src && stack build --only-snapshot --test && stack build shake

COPY etc/scripts/release.hs /src
RUN stack script --resolver lts-17.10 --compile /src/release.hs && cp /src/release /usr/local/bin
RUN stack script --resolver lts-17.10 --compile /src/release.hs -- --version && cp /src/release /home/stack

0 comments on commit d5ed730

Please sign in to comment.