Pull amd64 golang image

main 2.0.2
Stefan Scherer 3 years ago
parent b9d4d67e92
commit ddade5c0db
No known key found for this signature in database
GPG Key ID: 0EA4429C4C69C02B

@ -5,6 +5,7 @@ Write-Host Starting build
if ($isWindows) {
docker build --pull -t whoami -f Dockerfile.windows .
} else {
docker pull golang
docker build --platform "linux/$env:ARCH" -t whoami --build-arg "arch=$env:ARCH" .
}

Loading…
Cancel
Save