ci: use lite-xl-build-box-manylinux (#1877)

This commit is contained in:
Takase 2024-09-07 00:49:14 +08:00 committed by GitHub
parent 872364ded3
commit 4b70c3e082
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@ jobs:
sudo apt-get install -y ccache
- name: Build Portable
uses: docker://ghcr.io/lite-xl/lite-xl-build-box:v2.2.0
uses: docker://ghcr.io/lite-xl/lite-xl-build-box-manylinux:v3.0.2
with:
entrypoint: /entrypoint.sh
args: |
@ -100,7 +100,7 @@ jobs:
bash scripts/build.sh --debug --forcefallback --portable --release
- name: Package Portables
uses: docker://ghcr.io/lite-xl/lite-xl-build-box:v2.2.0
uses: docker://ghcr.io/lite-xl/lite-xl-build-box-manylinux:v3.0.2
with:
entrypoint: /entrypoint.sh
args: |
@ -108,7 +108,7 @@ jobs:
bash scripts/package.sh --version ${INSTALL_REF} --debug --addons --binary --release
- name: Build AppImages
uses: docker://ghcr.io/lite-xl/lite-xl-build-box:v2.2.0
uses: docker://ghcr.io/lite-xl/lite-xl-build-box-manylinux:v3.0.2
with:
entrypoint: /entrypoint.sh
args: |