Skip to content

Commit

Permalink
Use the Stack in the Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Aug 19, 2023
1 parent 4bff87d commit 3096a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
if: needs.configuration.outputs.test-arm64 == 'true'
shell: bash
run: |
/usr/local/bin/stack etc/scripts/release.hs build --alpine
/usr/local/bin/stack etc/scripts/release.hs build --alpine --build-args --docker-stack-exe=image
- name: Upload bindist
if: needs.configuration.outputs.test-arm64 == 'true'
Expand Down

0 comments on commit 3096a07

Please sign in to comment.