s3 attachers

This commit is contained in:
2020-07-20 20:48:11 +02:00
parent 60923544bb
commit 9283e1fb04
3 changed files with 13 additions and 6 deletions

View File

@@ -1,9 +1,12 @@
COMMON:
** git tag -l
** V=GIT_TAG git checkout -b branch=$V $V
** run: build.sh dir-name
external-provisioner:
** VERSION=arm64 make -j8 GOARCH=arm64
** docker build -t csi-attacher:arm64 --platform linux/arm64 .
** docker tag csi-attacher:arm64 docker-registry.lan/csi-attacher:arm64
external-attacher:
** VERSION=arm64 make -j8 GOARCH=arm64
** docker tag csi-provisioner:arm64 docker-registry.lan/csi-provisioner:arm64**
** docker push docker-registry.lan/csi-provisioner:arm64
node-driver-registrar: