mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
feat(build): support for multi arch container image (#233)
* support for multi arch container image via github actions * suffix amd64 arch tag in zfs driver image Signed-off-by: prateekpandey14 <prateek.pandey@mayadata.io>
This commit is contained in:
parent
64bc7cb1c9
commit
e52d6c7067
9 changed files with 389 additions and 29 deletions
4
Makefile
4
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} --build-arg ARCH=${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}
|
||||
|
||||
# Specify the name for the binary
|
||||
CSI_DRIVER=zfs-driver
|
||||
|
|
@ -259,3 +259,5 @@ license-check:
|
|||
fi
|
||||
@echo "--> Done checking license."
|
||||
@echo
|
||||
|
||||
include Makefile.buildx.mk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue