switch to ubuntu jammy
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing

This commit is contained in:
Martijn de Boer 2022-10-29 16:31:53 +02:00
parent 0edd9e7a49
commit 8f2bca2422
No known key found for this signature in database
GPG key ID: 9D2E42402DD372D1
2 changed files with 4 additions and 6 deletions

View file

@ -8,13 +8,13 @@ steps:
commands: commands:
- luacheck --std +love -g -u -t . - luacheck --std +love -g -u -t .
- name: build - name: build
image: bash image: ubuntu:jammy
when: when:
event: tag event: tag
commands: commands:
- apk update - sudo apt-get update
- apk upgrade - sudo apt-get upgrade
- apk --no-cache add curl zip git - sudo apt-get install curl zip git
- chmod +x tools/build.sh - chmod +x tools/build.sh
- bash tools/build.sh - bash tools/build.sh
- name: release - name: release

View file

@ -38,8 +38,6 @@ downloadlove() {
curl -L -O $LOVE_LINUX curl -L -O $LOVE_LINUX
curl -L -O $APPIMAGETOOL curl -L -O $APPIMAGETOOL
chmod +x appimagetool-x86_64.AppImage
chmod +x love-$LOVE_VERSION-x86_64.AppImage
./appimagetool-x86_64.AppImage --appimage-extract ./appimagetool-x86_64.AppImage --appimage-extract
mv squashfs-root appimage mv squashfs-root appimage
chmod +x appimage/AppRun chmod +x appimage/AppRun