Skip to content

Commit

Permalink
Merge pull request #95 from rancher/add-id-token
Browse files Browse the repository at this point in the history
Add SRCs build args
  • Loading branch information
rafaelbreno authored Feb 11, 2025
2 parents eb5cfc7 + 84b85ce commit d5e9e80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,13 @@ endif

REPO ?= rancher
IMAGE = $(REPO)/hardened-cni-plugins:$(TAG)
CNI_SRC ?= github.com/rancher/release-cni-plugin
CNP_SRC ?= github.com/rancher/release-container-networking-plugins
BUILD_OPTS = \
--platform=$(TARGET_PLATFORMS) \
--build-arg TAG=$(TAG:$(BUILD_META)=) \
--build-arg CNI_SRC=$(CNI_SRC) \
--build-arg CNP_SRC=$(CNP_SRC) \
--tag "$(IMAGE)"

.PHONY: image-build
Expand Down

0 comments on commit d5e9e80

Please sign in to comment.