Compare commits

..

2 Commits

Author SHA1 Message Date
ba3d4c074b min.io remived arm support 2021-01-31 10:18:56 +00:00
1e87685bbf Update version 2021-01-31 08:58:16 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ nopush:
--tag ${CI_REGISTRY_IMAGE}/${IMAGE}:$(VERSION) .
push:
docker buildx build --platform linux/amd64,linux/arm64,linux/arm,linux/ppc64le --push \
docker buildx build --platform linux/amd64,linux/arm64,linux/ppc64le --push \
--build-arg VERSION=$(VERSION) \
--cache-from=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \
--cache-to=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \

View File

@ -1 +1 @@
VERSION=RELEASE.2021-01-16T02-19-44Z
VERSION=RELEASE.2021-01-30T00-20-58Z