mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
fix(build): fix release tag env in buildscript
Signed-off-by: Akhil Mohan <akhil.mohan@mayadata.io>
This commit is contained in:
parent
fc4121e5e9
commit
b0eee6f26f
2 changed files with 6 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -87,7 +87,7 @@ export XC_ARCH
|
|||
ARCH:=${XC_OS}_${XC_ARCH}
|
||||
export ARCH
|
||||
|
||||
export DBUILD_ARGS=--build-arg DBUILD_DATE=${DBUILD_DATE} --build-arg DBUILD_REPO_URL=${DBUILD_REPO_URL} --build-arg DBUILD_SITE_URL=${DBUILD_SITE_URL}
|
||||
export DBUILD_ARGS=--build-arg DBUILD_DATE=${DBUILD_DATE} --build-arg DBUILD_REPO_URL=${DBUILD_REPO_URL} --build-arg DBUILD_SITE_URL=${DBUILD_SITE_URL} --build-arg BRANCH=${BRANCH} --build-arg RELEASE_TAG=${RELEASE_TAG}
|
||||
|
||||
# Specify the name for the binary
|
||||
CSI_DRIVER=zfs-driver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue