Skip to content

Commit 11bf9ae

Browse files
committed
modify makefile
1 parent e4e09b1 commit 11bf9ae

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Makefile

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,6 @@ package-apisix-rpm:
144144
package-apisix-deb:
145145
$(call package,apisix,deb)
146146

147-
148-
### build apisix image base alpine:
149-
.PHONY: build-apisix-alpine-image
150-
build-apisix-alpine-image:
151-
$(call build,apisix-openresty,apisix-openresty,apk,$(local_code_path))
152-
$(call build-image,apisix,apisix,alpine,apisix-openresty,$(openresty_version),$(local_code_path))
153-
154-
155147
### build dashboard:
156148
.PHONY: build-dashboard-rpm
157149
build-dashboard-rpm:
@@ -239,6 +231,9 @@ package: build-fpm
239231
package: build-apisix-base-deb
240232
package: package-apisix-base-deb
241233

234+
else ifeq ($(app)_$(type),apisix-base_apk)
235+
package: build-apisix-base-apk
236+
242237
else ifeq ($(checkout), 0)
243238
$(info you have to input a checkout value!)
244239

0 commit comments

Comments
 (0)