Skip to content

Commit be957c5

Browse files
committed
hack/test: allow ALPINE_VERSION to be set from env
Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 295c899) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 69dc272 commit be957c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
. $(dirname $0)/util
44
set -eu -o pipefail
55

6+
: "${ALPINE_VERSION=}"
67
: "${GO_VERSION=}"
78
: "${HTTP_PROXY=}"
89
: "${HTTPS_PROXY=}"
@@ -77,6 +78,7 @@ if [[ "$GOBUILDFLAGS" == *"-race"* ]]; then
7778
fi
7879

7980
buildxCmd build $cacheFromFlags \
81+
--build-arg ALPINE_VERSION \
8082
--build-arg GO_VERSION \
8183
--build-arg BUILDKITD_TAGS \
8284
--build-arg HTTP_PROXY \

0 commit comments

Comments
 (0)