mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-03 20:40:26 -05:00
Merge pull request #136353 from dims/fix-sample-apiserver-image
test/images: Fix sample-apiserver build to use existing tag
This commit is contained in:
commit
58b22e33f9
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ bin:
|
|||
mkdir -p /go/src /go/bin && \
|
||||
git clone https://github.com/kubernetes/sample-apiserver /go/src/k8s.io/sample-apiserver && \
|
||||
cd /go/src/k8s.io/sample-apiserver && \
|
||||
git checkout tags/v0.33.2 && \
|
||||
git checkout tags/v0.33.7 && \
|
||||
go mod tidy && \
|
||||
GO111MODULE=on CGO_ENABLED=0 GOARM=${GOARM} GOOS=${OS} GOARCH=${ARCH} go install . && \
|
||||
find /go/bin -name sample-apiserver* -exec cp {} ${TARGET}/sample-apiserver \;"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.33.2
|
||||
1.33.7
|
||||
|
|
|
|||
Loading…
Reference in a new issue