Skip to content

Commit 93a5683

Browse files
authored
add specific arm64 source for golang (#452)
1 parent fbcc7d0 commit 93a5683

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
FROM golang:1.20.2-buster as goose
1+
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
25
RUN go install github.com/pressly/goose/v3/cmd/[email protected]
36

47
FROM python:3.11.6-slim-bookworm

0 commit comments

Comments
 (0)