Skip to content

Commit a982415

Browse files
committed
f
Signed-off-by: Nic <[email protected]>
1 parent b3d7413 commit a982415

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/package-apisix-rpm-ubi.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
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

0 commit comments

Comments
 (0)