We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459dd7e commit 98fd940Copy full SHA for 98fd940
.github/workflows/integration-tests.yml
@@ -186,11 +186,7 @@ jobs:
186
if: needs.configuration.outputs.test-arm64 == 'true'
187
shell: bash
188
run: |
189
- set -ex
190
- docker build . -f etc/dockerfiles/arm64.Dockerfile -t stack --build-arg USERID=$(id -u) --build-arg GROUPID=$(id -g)
191
- rm -rf _release
192
- mkdir -p _release
193
- docker run --rm -v $(pwd):/src -w /src stack bash -c "/home/stack/release build"
+ stack etc/scripts/release.hs build --alpine
194
195
- name: Upload bindist
196
0 commit comments