File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333
3434 - name : run apisix packaging
3535 run : |
36- make package type=deb app=apisix version=${PACKAGE_APISIX_VERSION} runtime_version=${APISIX_RUNTIME} checkout=${APISIX_VERSION} image_base=ubuntu image_tag=24.04
36+ make package type=deb app=apisix version=${PACKAGE_APISIX_VERSION} checkout=${APISIX_VERSION} image_base=ubuntu image_tag=24.04
3737
3838 - name : install apisix deb into container
3939 run : |
Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ jobs:
4242
4343 - name : packaging APISIX(-remote) with remote code
4444 run : |
45- make package type=rpm app=apisix version=master checkout=${APISIX_VERSION} runtime_version=${APISIX_RUNTIME} image_base=registry.access.redhat.com/ubi9/ubi image_tag=9.6 artifact=apisix-remote
45+ make package type=rpm app=apisix version=master checkout=${APISIX_VERSION} image_base=registry.access.redhat.com/ubi9/ubi image_tag=9.6 artifact=apisix-remote
4646
4747 - name : packaging APISIX(-local) with local code
4848 run : |
4949 git clone -b ${APISIX_VERSION} https://github.com/apache/apisix.git
5050 ./build-apisix-dashboard.sh ./apisix
51- make package type=rpm app=apisix version=master checkout=${APISIX_VERSION} runtime_version=${APISIX_RUNTIME} image_base=registry.access.redhat.com/ubi9/ubi image_tag=9.6 local_code_path=./apisix artifact=apisix-local
51+ make package type=rpm app=apisix version=master checkout=${APISIX_VERSION} image_base=registry.access.redhat.com/ubi9/ubi image_tag=9.6 local_code_path=./apisix artifact=apisix-local
5252
5353 - name : run ubi9 docker and mapping rpm into container
5454 run : |
You can’t perform that action at this time.
0 commit comments