Skip to content

Commit 8b5a318

Browse files
committed
cmd-build-with-buildah: pass --build-args to versionary
This is for downstream where we have different variants and hardcoding the path to the build-args doesn't work quite so well.
1 parent b6a52f1 commit 8b5a318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd-build-with-buildah

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ build_with_buildah() {
129129
dev_arg=''
130130
fi
131131
# Call versionary. Let it error out if file does not exist.
132-
VERSION=$(src/config/versionary ${dev_arg})
132+
VERSION=$(src/config/versionary --build-args="src/config/${argsfile}" ${dev_arg})
133133
fi
134134

135135
if [ -e "builds/$VERSION/${arch}" ]; then

0 commit comments

Comments
 (0)