We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b65ef commit c9a85c4Copy full SHA for c9a85c4
ci/build/build-packages.sh
@@ -62,11 +62,15 @@ release_nfpm() {
62
PKG_FORMAT="deb"
63
NFPM_ARCH="$(get_nfpm_arch)"
64
nfpm_config="$(envsubst < ./ci/build/nfpm.yaml)"
65
+ echo "Building deb"
66
+ echo "$nfpm_config" | head --lines=4
67
nfpm pkg -f <(echo "$nfpm_config") --target "release-packages/code-server_${VERSION}_${NFPM_ARCH}.deb"
68
69
PKG_FORMAT="rpm"
70
71
72
+ echo "Building rpm"
73
74
nfpm pkg -f <(echo "$nfpm_config") --target "release-packages/code-server-$VERSION-$NFPM_ARCH.rpm"
75
}
76
0 commit comments