Skip to content

Commit 3bf88f1

Browse files
committed
update makefile
1 parent 01bde19 commit 3bf88f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ default: build
55
build:
66
bin/build
77

8+
build-all:
9+
bin/build
10+
BASE=alpine bin/build
11+
BASE=slim bin/build
12+
813
push:
914
bin/push
1015

0 commit comments

Comments
 (0)