Skip to content

Commit

Permalink
don't remove images in between builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ghmer committed Aug 16, 2023
1 parent 07832a2 commit 1326fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ env GOOS=linux GOARCH=arm64 GOARM=7 go build -ldflags "${LDFLAGS}" -o build/go-t
env GOOS=linux GOARCH=arm GOARM=6 go build -ldflags "${LDFLAGS}" -o build/go-tiny-mfa-arm

#remove all containers
${DOCKER} system prune --volumes --all -f
#${DOCKER} system prune --volumes --all -f

#create docker image for linux/amd64
${DOCKER} buildx build --load --tag ${REPOSITORY}/go-tiny-mfa:${AMD64TAG} \
Expand Down

0 comments on commit 1326fae

Please sign in to comment.