Skip to content

Commit 0cd3b9c

Browse files
committed
Export NFPM_CONFIG
Otherwise envsubst does not have access to it.
1 parent b3a950c commit 0cd3b9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/build/build-packages.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ get_nfpm_arch() {
5959
release_nfpm() {
6060
local nfpm_config
6161

62+
export NFPM_ARCH
63+
6264
PKG_FORMAT="deb"
6365
NFPM_ARCH="$(get_nfpm_arch)"
6466
nfpm_config="$(envsubst < ./ci/build/nfpm.yaml)"

0 commit comments

Comments
 (0)