Update build.ps1

pull/11/head
Stefan Scherer 5 years ago committed by GitHub
parent 0cf8f3d759
commit 115e9ad6a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,8 @@ Write-Host Starting build
if ($isWindows) {
docker build --pull -t whoami -f Dockerfile.windows .
} else {
uname -a
docker version
docker build -t whoami --build-arg "arch=$env:ARCH" .
}

Loading…
Cancel
Save