ci: use lite-xl-build-box-manylinux (#1877)
This commit is contained in:
parent
872364ded3
commit
4b70c3e082
|
@ -92,7 +92,7 @@ jobs:
|
||||||
sudo apt-get install -y ccache
|
sudo apt-get install -y ccache
|
||||||
|
|
||||||
- name: Build Portable
|
- 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:
|
with:
|
||||||
entrypoint: /entrypoint.sh
|
entrypoint: /entrypoint.sh
|
||||||
args: |
|
args: |
|
||||||
|
@ -100,7 +100,7 @@ jobs:
|
||||||
bash scripts/build.sh --debug --forcefallback --portable --release
|
bash scripts/build.sh --debug --forcefallback --portable --release
|
||||||
|
|
||||||
- name: Package Portables
|
- 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:
|
with:
|
||||||
entrypoint: /entrypoint.sh
|
entrypoint: /entrypoint.sh
|
||||||
args: |
|
args: |
|
||||||
|
@ -108,7 +108,7 @@ jobs:
|
||||||
bash scripts/package.sh --version ${INSTALL_REF} --debug --addons --binary --release
|
bash scripts/package.sh --version ${INSTALL_REF} --debug --addons --binary --release
|
||||||
|
|
||||||
- name: Build AppImages
|
- 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:
|
with:
|
||||||
entrypoint: /entrypoint.sh
|
entrypoint: /entrypoint.sh
|
||||||
args: |
|
args: |
|
||||||
|
|
Loading…
Reference in New Issue