File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -182,15 +182,16 @@ jobs:
182
182
if : needs.configuration.outputs.test-arm64 == 'true'
183
183
uses : actions/checkout@v3
184
184
185
+ - name : Install deps
186
+ shell : bash
187
+ run : |
188
+ curl -sSL https://get.haskellstack.org/ | sh
189
+
185
190
- name : Build bindist
186
191
if : needs.configuration.outputs.test-arm64 == 'true'
187
192
shell : bash
188
193
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"
194
+ stack etc/scripts/release.hs build --alpine
194
195
195
196
- name : Upload bindist
196
197
if : needs.configuration.outputs.test-arm64 == 'true'
You can’t perform that action at this time.
0 commit comments