Skip to content

Commit 41a67f7

Browse files
committed
fix: Remove the Makefile build support
Signed-off-by: ZPascal <pascal.zimmermann01@sap.com>
1 parent a85c7ec commit 41a67f7

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

Makefile

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@ TARGET_ARCH ?= $(if $(filter true,$(LOCAL)),$(shell go env GOARCH),amd64)
33
# renovate: dataSource=github-releases depName=helmfile/helmfile
44
HELMFILE_VERSION ?= "1.5.3"
55

6-
build:
7-
@ . ./scripts/detect-runtime.sh; \
8-
if [ "$$CONTAINER_RUNTIME" = "podman" ]; then \
9-
echo "Building with Podman is not yet supported via docker-bake.hcl."; \
10-
echo "Use 'podman build' manually with the Dockerfiles in releases/."; \
11-
exit 1; \
12-
fi; \
13-
docker buildx bake --file docker-bake.hcl --set "*.platform=linux/$(TARGET_ARCH)" $(BAKE_TARGETS)
14-
156
init: temp/certs/ca.key temp/certs/ca.crt temp/certs/ssh_key temp/certs/ssh_key.pub temp/secrets.sh temp/secrets.env
167

178
temp/certs/ca.key temp/certs/ca.crt temp/certs/ssh_key temp/certs/ssh_key.pub temp/secrets.sh temp/secrets.env:
@@ -69,4 +60,4 @@ up: create-kind init install
6960
down: delete-kind
7061
@ rm -rf temp
7162

72-
.PHONY: build install login create-kind delete-kind up down create-org bootstrap bootstrap-complete
63+
.PHONY: install login create-kind delete-kind up down create-org bootstrap bootstrap-complete

0 commit comments

Comments
 (0)