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:
- luacheck --std +love -g -u -t .
- name: build
image: bash
image: ubuntu:jammy
when:
event: tag
commands:
- apk update
- apk upgrade
- apk --no-cache add curl zip git
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get install curl zip git
- chmod +x tools/build.sh
- bash tools/build.sh
- name: release

View file

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