Skip to content

Commit

Permalink
set build platform on windows alpine pull
Browse files Browse the repository at this point in the history
  • Loading branch information
tashima42 committed Jan 25, 2024
1 parent eb6cb73 commit 751922a
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
@@ -1,4 +1,4 @@
FROM alpine:3.18 AS build
FROM --platform=$BUILDPLATFORM alpine:3.18 AS build

RUN apk --no-cache add \
curl \
Expand Down

0 comments on commit 751922a

Please sign in to comment.