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 9a10173 commit 840d687Copy full SHA for 840d687
.github/workflows/cicd.yml
@@ -59,8 +59,7 @@ jobs:
59
apk add --no-cache gcc go zstd
60
- name: "Create and package build tree"
61
run: |
62
- ./build.sh --static build
63
- ./build.sh --destdir ~/package-output/ install
+ ./build.sh --builddir ~/package-output/ --static build
64
ver=$(cat .version)
65
mv ~/package-output/ ~/maddy-$ver-x86_64-linux-musl
66
cd ~
0 commit comments