Skip to content

Releases: lite-xl/lite-xl-build-box

v3.1.1

15 Sep 08:01
61d19cd
Compare
Choose a tag to compare

This update adds support for using environment variables in $GITHUB_ENV.

Full Changelog: v3.1.0...v3.1.1

v3.1.0

15 Sep 03:58
4be0e4c
Compare
Choose a tag to compare

The lite-xl-build-box Action is added to use the build box easily in your workflows.
This action sets up the container environment correctly and runs a script in the container.

- name: Set up QEMU
  uses: docker/setup-qemu-action@v3

- name: Build AppImages
  uses: lite-xl/lite-xl-build-box@v3
  with:
    run: |
      bash scripts/appimage.sh --debug --static --version ${INSTALL_REF} --release
      bash scripts/appimage.sh --debug --nobuild --addons --version ${INSTALL_REF}

- name: Build AppImages (aarch64)
  uses: lite-xl/lite-xl-build-box@v3
  with:
    platform: linux/arm64
    run: |
      bash scripts/appimage.sh --debug --static --version ${INSTALL_REF} --release
      bash scripts/appimage.sh --debug --nobuild --addons --version ${INSTALL_REF}

Full Changelog: v3.0.2...v3.1.0

v2.1.1

22 Oct 22:45
7a48859
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1