mirror of https://github.com/docker/cli.git
Dockerfile: remove custom go build for windows/arm64
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
parent
674c074dc4
commit
f3d1b02e2b
|
@ -11,7 +11,7 @@ FROM golatest AS go-darwin
|
||||||
FROM golatest AS go-windows-amd64
|
FROM golatest AS go-windows-amd64
|
||||||
FROM golatest AS go-windows-386
|
FROM golatest AS go-windows-386
|
||||||
FROM golatest AS go-windows-arm
|
FROM golatest AS go-windows-arm
|
||||||
FROM --platform=$BUILDPLATFORM tonistiigi/golang:497feff1-${BASE_VARIANT} AS go-windows-arm64
|
FROM --platform=$BUILDPLATFORM golang:1.17rc1-${BASE_VARIANT} AS go-windows-arm64
|
||||||
FROM go-windows-${TARGETARCH} AS go-windows
|
FROM go-windows-${TARGETARCH} AS go-windows
|
||||||
|
|
||||||
FROM --platform=$BUILDPLATFORM tonistiigi/xx@sha256:620d36a9d7f1e3b102a5c7e8eff12081ac363828b3a44390f24fa8da2d49383d AS xx
|
FROM --platform=$BUILDPLATFORM tonistiigi/xx@sha256:620d36a9d7f1e3b102a5c7e8eff12081ac363828b3a44390f24fa8da2d49383d AS xx
|
||||||
|
|
Loading…
Reference in New Issue