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 13dd526 commit c9e00f6Copy full SHA for c9e00f6
scripts/package.sh
@@ -87,6 +87,7 @@ ln "$(realpath coder.env)" "$temp_dir/"
87
ln "$(realpath scripts/linux-pkg/coder-workspace-proxy.service)" "$temp_dir/"
88
ln "$(realpath scripts/linux-pkg/coder.service)" "$temp_dir/"
89
ln "$(realpath scripts/linux-pkg/nfpm.yaml)" "$temp_dir/"
90
+ln "$(realpath scripts/linux-pkg/nfpm-alpine.yaml)" "$temp_dir/"
91
ln "$(realpath scripts/linux-pkg/preinstall.sh)" "$temp_dir/"
92
93
nfpm_config_file="nfpm.yaml"
0 commit comments