Skip to content

Commit

Permalink
CI: Update Docker image used for building AppImage. (#2537)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosperate authored Dec 13, 2024
1 parent de6113a commit e8d1631
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,15 @@ jobs:
build-linux:
runs-on: ubuntu-20.04
container:
image: ghcr.io/mu-editor/mu-appimage:2022.05.01
image: ghcr.io/mu-editor/mu-appimage:2024.12.02
name: Build AppImage
steps:
- uses: actions/checkout@v4
- name: Display system info
run: |
uname -a
cat /etc/lsb-release
cat /etc/os-release
ldd --version
python -c "import sys; print(sys.version)"
python -c "import platform, struct; print(platform.machine(), struct.calcsize('P') * 8)"
python -c "import sys; print(sys.executable)"
Expand All @@ -72,9 +73,8 @@ jobs:
run: |
pip install .[tests]
pip list
- run: mkdir upload
- name: Build Linux AppImage
run: xvfb-run make linux
run: QT_QPA_PLATFORM=offscreen make linux
# GitHub actions upload artifact breaks permissions, workaround using tar
# https://github.com/actions/upload-artifact/issues/38
- name: Tar AppImage to maintain permissions
Expand Down

0 comments on commit e8d1631

Please sign in to comment.