Skip to content

Commit a9a747f

Browse files
authored
Merge pull request #161 from krunalhinguu/bump-ingress-nginx-v1.12.1
[v1.12.x] Update release target and remove init-buildx script
2 parents a114c40 + d2dc82c commit a9a747f

2 files changed

Lines changed: 1 addition & 66 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ PLATFORMS ?= amd64 arm arm64
246246
BUILDX_PLATFORMS ?= linux/amd64,linux/arm,linux/arm64
247247

248248
.PHONY: release # Build a multi-arch docker image
249-
release: ensure-buildx clean
249+
release: builder clean
250250
# Rancher CI: the build has been done in the build step in the scripts/ci
251251
# echo "Building binaries..."
252252
# $(foreach PLATFORM,$(PLATFORMS), echo -n "$(PLATFORM)..."; ARCH=$(PLATFORM) make build;)

hack/init-buildx.sh

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)