Skip to content

Commit

Permalink
release: Install curl
Browse files Browse the repository at this point in the history
Install curl in the release make target so that CILIUM_VERSION gets set
properly.

Fixes: #2795
Fixes: #2802

Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
  • Loading branch information
michi-covalent committed Sep 19, 2024
1 parent eb29bd0 commit f5b3587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ release:
--rm \
--workdir /cilium \
--volume `pwd`:/cilium docker.io/library/golang:$(GO_IMAGE_VERSION)@$(GO_IMAGE_SHA) \
sh -c "apk add --no-cache setpriv make git zip && \
sh -c "apk add --no-cache curl setpriv make git zip && \
/usr/bin/setpriv --reuid=$(RELEASE_UID) --regid=$(RELEASE_GID) --clear-groups make GOCACHE=/tmp/gocache local-release"

local-release: clean
Expand Down

0 comments on commit f5b3587

Please sign in to comment.