Skip to content

Commit 77b29bf

Browse files
Kamil PrzybylKamil Przybyl
authored andcommitted
chore: add new Makefile build for alb ingress controller manager
1 parent 9de2144 commit 77b29bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Options are set to exit when a recipe line exits non-zero or a piped command fails.
33
SHELL = /usr/bin/env bash -o pipefail
44
.SHELLFLAGS = -ec
5-
BUILD_IMAGES ?= stackit-csi-plugin cloud-controller-manager
5+
BUILD_IMAGES ?= stackit-csi-plugin cloud-controller-manager application-load-balancer-controller-manager
66
SOURCES := Makefile go.mod go.sum $(shell find $(DEST) -name '*.go' 2>/dev/null)
77
VERSION ?= $(shell git describe --dirty --tags --match='v*' 2>/dev/null || git rev-parse --short HEAD)
88
REGISTRY ?= ghcr.io

0 commit comments

Comments
 (0)