Skip to content

Commit

Permalink
Add build_scratch to all target in the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal authored and umputun committed Dec 7, 2024
1 parent b9dbc5e commit 109d828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: build_app build_go
all: build_app build_go build_scratch

build_app:
docker build --pull -t umputun/baseimage:app-latest base.alpine -f base.alpine/Dockerfile
Expand All @@ -18,4 +18,4 @@ build_scratch:
build_scratch_multi:
docker buildx build --platform linux/amd64,linux/arm/v7,linux/arm64 --pull -t umputun/baseimage:scratch-latest build.go -f base.scratch/Dockerfile

.PHONY: all
.PHONY: all

0 comments on commit 109d828

Please sign in to comment.