Skip to content

Commit d366aa2

Browse files
committed
f
Signed-off-by: Nic <[email protected]>
1 parent 710d3c7 commit d366aa2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/package-apisix-deb-ubuntu20.04.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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: |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)