This repository was archived by the owner on Dec 6, 2024. It is now read-only.
File tree 2 files changed +2
-6
lines changed
container-object-storage-interface-controller
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ DOCKER ?= docker
13
13
# # Platform for 'build'
14
14
PLATFORM ?= linux/$(GOARCH )
15
15
16
- # # Platform list for multi-arch 'buildx' build
17
- BUILDX_PLATFORMS ?= linux/amd64,linux/arm64
18
-
19
16
# # Image tag for all builds
20
17
IMAGE_TAG ?= cosi-controller:latest
21
18
@@ -25,8 +22,7 @@ IMAGE_TAG ?= cosi-controller:latest
25
22
.PHONY : build
26
23
# # Build local image for development, defaulting linux/<hostarch>
27
24
build :
28
- # $(DOCKER) build --platform $(PLATFORM) --tag $(IMAGE_TAG) .
29
- true # return true temporarily to allow prow to succeed
25
+ $(DOCKER ) build --platform $(PLATFORM ) --tag $(IMAGE_TAG ) .
30
26
31
27
.PHONY : test
32
28
# # Test packages
Original file line number Diff line number Diff line change 1
1
# K8s infra build example: https://github.com/kubernetes/test-infra/blob/master/config/jobs/image-pushing/README.md
2
2
# GCloud build docs: https://cloud.google.com/cloud-build/docs/build-config
3
- # Builds go to https://console.cloud.google.com/gcr/images/k8s-staging-test-infra/global/
3
+ # Builds go to https://console.cloud.google.com/gcr/images/k8s-staging-sig-storage/GLOBAL
4
4
# Build logs in https://testgrid.k8s.io/sig-storage-image-build
5
5
timeout : 3000s
6
6
options :
You can’t perform that action at this time.
0 commit comments