Skip to content

Commit

Permalink
fix: talosctl windows arm64
Browse files Browse the repository at this point in the history
Fix talosctl windows arm64 build, #9626 missed a step.

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Nov 4, 2024
1 parent 4b10c53 commit 0a3761c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,9 @@ COPY --from=talosctl-freebsd-arm64-build /talosctl-freebsd-arm64 /talosctl-freeb
FROM scratch AS talosctl-windows-amd64
COPY --from=talosctl-windows-amd64-build /talosctl-windows-amd64.exe /talosctl-windows-amd64.exe

FROM scratch AS talosctl-windows-arm64
COPY --from=talosctl-windows-arm64-build /talosctl-windows-arm64.exe /talosctl-windows-arm64.exe

FROM --platform=${BUILDPLATFORM} talosctl-${TARGETOS}-${TARGETARCH} AS talosctl-targetarch

FROM scratch AS talosctl-all
Expand Down

0 comments on commit 0a3761c

Please sign in to comment.