We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbcc7d0 commit 93a5683Copy full SHA for 93a5683
Dockerfile
@@ -1,4 +1,7 @@
1
-FROM golang:1.20.2-buster as goose
+FROM golang:1.20.2-buster as amd64-golang
2
+FROM arm64v8/golang:1.20.2-buster as arm64-golang
3
+
4
+FROM ${TARGETARCH}-golang as goose
5
RUN go install github.com/pressly/goose/v3/cmd/[email protected]
6
7
FROM python:3.11.6-slim-bookworm
0 commit comments