File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1818 timeout-minutes : 60
1919 env :
2020 APISIX_VERSION : master
21+ APISIX_RUNTIME : sy/update-ubi9
2122 services :
2223 etcd :
2324 image : bitnami/etcd:3.4.0
@@ -42,12 +43,10 @@ jobs:
4243
4344 - name : packaging APISIX(-remote) with remote code
4445 run : |
45- wget https://raw.githubusercontent.com/apache/apisix/${APISIX_VERSION}/.requirements && source .requirements
4646 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
4747
4848 - name : packaging APISIX(-local) with local code
4949 run : |
50- wget https://raw.githubusercontent.com/apache/apisix/${APISIX_VERSION}/.requirements && source .requirements
5150 git clone -b ${APISIX_VERSION} https://github.com/apache/apisix.git
5251 ./build-apisix-dashboard.sh ./apisix
5352 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
You can’t perform that action at this time.
0 commit comments