Skip to content

Commit

Permalink
add platform
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelbreno committed Oct 25, 2024
1 parent 1fd79f8 commit 0324539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ RUN mv CalicoWindows/cni/calico.exe rancher/
RUN mv CalicoWindows/cni/calico-ipam.exe rancher/
RUN mv CalicoWindows/confd confd/

FROM alpine:3.20 AS directory-setup
FROM --platform=linux/amd64 alpine:3.19 AS directory-setup
RUN mkdir -p /clean/bin /clean/bin/confd /clean/charts

FROM scratch AS windows-runtime
Expand Down

0 comments on commit 0324539

Please sign in to comment.