Skip to content

Commit

Permalink
Pull amd64 golang image
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Jun 9, 2021
1 parent b9d4d67 commit ddade5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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" .
}

Expand Down

0 comments on commit ddade5c

Please sign in to comment.