Skip to content

Commit 98fd940

Browse files
committed
Fix #6142 Build statically-linked Linux/Aarch64 Stack
1 parent 459dd7e commit 98fd940

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,7 @@ jobs:
186186
if: needs.configuration.outputs.test-arm64 == 'true'
187187
shell: bash
188188
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"
189+
stack etc/scripts/release.hs build --alpine
194190
195191
- name: Upload bindist
196192
if: needs.configuration.outputs.test-arm64 == 'true'

0 commit comments

Comments
 (0)