Merge pull request #208 from yonatankahana/golang-1.18
build: build multiarch image with golang 1.18
This commit is contained in:
commit
dc17061230
|
|
@ -1,4 +1,4 @@
|
||||||
FROM --platform=$BUILDPLATFORM golang:1.14 as build-env
|
FROM --platform=$BUILDPLATFORM golang:1.18 as build-env
|
||||||
|
|
||||||
# xx wraps go to automatically configure $GOOS, $GOARCH, and $GOARM
|
# xx wraps go to automatically configure $GOOS, $GOARCH, and $GOARM
|
||||||
# based on TARGETPLATFORM provided by Docker.
|
# based on TARGETPLATFORM provided by Docker.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue