Skip to content

Commit

Permalink
add platform statement
Browse files Browse the repository at this point in the history
  • Loading branch information
logica0419 committed Dec 11, 2023
1 parent 70ca9f8 commit ee7ada0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.5 AS build
FROM --platform=$BUILDPLATFORM golang:1.21.5 AS build
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

RUN mkdir /storage
Expand Down

0 comments on commit ee7ada0

Please sign in to comment.