Skip to content

Commit

Permalink
nice try
Browse files Browse the repository at this point in the history
Signed-off-by: Vince Prignano <[email protected]>
  • Loading branch information
vincepri committed Apr 5, 2024
1 parent 2899f77 commit 6582eb0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tools-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
context: .
file: ./hack/tools/envtest/${{matrix.os}}/Dockerfile
platforms: "{{matrix.os}}/{{matrix.arch}}"
platforms: "${{matrix.os}}/${{matrix.arch}}"
build-args: |
KUBERNETES_VERSION=v${{env.KUBERNETES_VERSION}}
push: true
Expand Down
2 changes: 2 additions & 0 deletions hack/tools/envtest/darwin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ FROM golang:1.21 as builder
# Version and platform args.
ARG KUBERNETES_VERSION
ARG ETCD_VERSION=v3.5.13
ARG TARGETOS
ARG TARGETARCH

# Tools path.
ENV DEST=/usr/local/kubebuilder/bin/
Expand Down
4 changes: 2 additions & 2 deletions hack/tools/envtest/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ FROM alpine:3.19 as builder
# Version and platform args.
ARG KUBERNETES_VERSION
ARG ETCD_VERSION=v3.5.13
ARG OS=linux
ARG ARCH
ARG TARGETOS
ARG TARGETARCH

# Tools path.
ENV DEST=/usr/local/kubebuilder/bin/
Expand Down
4 changes: 2 additions & 2 deletions hack/tools/envtest/windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ FROM golang:1.21 as builder
# Version and platform args.
ARG KUBERNETES_VERSION
ARG ETCD_VERSION=v3.5.13
ARG OS=windows
ARG ARCH
ARG TARGETOS
ARG TARGETARCH

# Tools path.
ENV DEST=/usr/local/kubebuilder/bin/
Expand Down

0 comments on commit 6582eb0

Please sign in to comment.