Skip to content

Commit e4e09b1

Browse files
committed
modify makefile
1 parent dfa65e0 commit e4e09b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,10 @@ build-fpm:
221221
endif
222222

223223
ifeq ($(filter $(app),apisix dashboard apisix-base),)
224-
$(info the app's value have to be apisix or dashboard!)
224+
$(info the app's value have to be apisix, dashboard or apisix-base!)
225225

226-
else ifeq ($(filter $(type),rpm deb),)
227-
$(info the type's value have to be rpm or deb!)
226+
else ifeq ($(filter $(type),rpm deb apk),)
227+
$(info the type's value have to be rpm, deb or apk!)
228228

229229
else ifeq ($(version), 0)
230230
$(info you have to input a version value!)

0 commit comments

Comments
 (0)