upend/build/AppImageBuilder.yml

39 lines
939 B
YAML
Raw Normal View History

ci: switch to Earthly Squashed commit of the following: commit 06baa23fc82f1f723bbfb1ab69c97802d28efa19 Author: Tomáš Mládek <t@mldk.cz> Date: Wed Aug 23 11:10:19 2023 +0200 ci, fix: forgot push commit 6494be49d282368dd7c4aa78f56ccb33acac3eaa Author: Tomáš Mládek <t@mldk.cz> Date: Wed Aug 23 11:01:14 2023 +0200 fix, ci: docker tag arg commit 38682ba930abfeec5bf7facffbd0b94f6d61af9e Author: Tomáš Mládek <t@mldk.cz> Date: Wed Aug 23 10:54:45 2023 +0200 ci: parallelize push steps commit 5eeab18aa0d3fa3a7ef88e71cb5e9b5be5e7b9df Author: Tomáš Mládek <t@mldk.cz> Date: Wed Aug 23 10:52:37 2023 +0200 ci, fix: docker login commit ce10d0d04a55282cb4d95136e695705f95f11a86 Author: Tomáš Mládek <t@mldk.cz> Date: Wed Aug 23 10:41:52 2023 +0200 ci: remove earthly verbose commit ff9b84296868bd18f004bdfcc23832acadeac388 Author: Tomáš Mládek <t@mldk.cz> Date: Wed Aug 23 10:41:23 2023 +0200 ci, fix: typo commit df80ee061006c5eaa9b729a69818fd8bd273865c Author: Tomáš Mládek <t@mldk.cz> Date: Wed Aug 23 10:06:47 2023 +0200 ci, refactor: better step names commit 80093f8964cfd4cfa9e8b5ce4b6854c5c48060e4 Author: Tomáš Mládek <t@mldk.cz> Date: Wed Aug 23 10:05:03 2023 +0200 ci, fix: earthly config for publish:appimage step commit 650824df99495afcc3feb4fcaa3e336b691d3008 Author: Tomáš Mládek <t@mldk.cz> Date: Wed Aug 23 10:04:50 2023 +0200 ci, refactor: only explicitly copy AppImages in sign target commit 3b53e2dc6475e55f64fa9d00a2f2d31f07a9d8bb Author: Tomáš Mládek <t@mldk.cz> Date: Wed Aug 23 08:01:43 2023 +0200 ci: EARTHLY_VERBOSE=1 commit cec95ea29a4f207fe1b7790b70562b1eeabee195 Author: Tomáš Mládek <t@mldk.cz> Date: Wed Aug 23 07:10:09 2023 +0200 ci: earthly bootstrap after conf commit 7afe653d575a8ff76488d8fe3a93bc5e679124e5 Author: Tomáš Mládek <t@mldk.cz> Date: Wed Aug 23 07:04:08 2023 +0200 ci, fix: remove ssh_key secret commit b549d891ed789743066d3c29e12b6b82fcab35a3 Author: Tomáš Mládek <t@mldk.cz> Date: Tue Aug 22 22:02:01 2023 +0200 ci, fix: missing gpg-agent commit 47938c71474ec39b0d989742f9e1446b6df94bca Author: Tomáš Mládek <t@mldk.cz> Date: Tue Aug 22 20:55:15 2023 +0200 ci, fix: unify earthly config commit 7b89ea7ef4957a9925c4250c662bdd4d204b53dd Author: Tomáš Mládek <t@mldk.cz> Date: Tue Aug 22 19:59:37 2023 +0200 ci: publishing docker, appimage, nightlies commit f4f94d98644c7cc1506103538a30db241108b589 Author: Tomáš Mládek <t@mldk.cz> Date: Tue Aug 22 18:19:00 2023 +0200 ci: add lint & test step commit be180ed59b216cfc85953ac5841eb11933a3a000 Author: Tomáš Mládek <t@mldk.cz> Date: Mon Aug 21 16:13:03 2023 +0200 ci, wip: earthly integration commit 39db638cbdaaf5a436de8d531da2f68f85264430 Author: Tomáš Mládek <t@mldk.cz> Date: Mon Aug 21 16:12:21 2023 +0200 ci: use `upend --version` for AppImage, move get_version.sh logic to cli commit 5188336c7eca877c0174ffa655893b287bc97baa Author: Tomáš Mládek <t@mldk.cz> Date: Mon Aug 21 12:30:47 2023 +0200 ci: refix AppImage, switch to appimage-builder, build docker commit 27f7941020bcf2e103d1e476038a6bc65f4153ea Author: Tomáš Mládek <t@mldk.cz> Date: Sat Aug 19 18:55:03 2023 +0200 wip: remote woodpecker CI config for the time being commit 53e775b85d2408060b034c2eff76e81b30b3dae5 Author: Tomáš Mládek <t@mldk.cz> Date: Sat Aug 19 18:47:59 2023 +0200 wip: delete .env it's interpreted by Earthly and I'm not sure it's necessary anyway commit 26bec328036c03dcb9a1917f9cf531bf7d10bb7d Author: Tomáš Mládek <t@mldk.cz> Date: Sat Aug 19 18:47:32 2023 +0200 wip: initial somewhat functional Earthfile
2023-08-23 12:13:24 +02:00
# appimage-builder recipe see https://appimage-builder.readthedocs.io for details
version: 1
AppDir:
path: AppDir
app_info:
id: upend
name: UpEnd
icon: upend
version: latest
exec: usr/bin/upend
exec_args: $@
apt:
arch:
- amd64
allow_unauthenticated: true
sources:
- sourceline: deb http://deb.debian.org/debian/ bookworm main non-free-firmware
- sourceline: deb http://security.debian.org/debian-security bookworm-security
main non-free-firmware
- sourceline: deb http://deb.debian.org/debian/ bookworm-updates main non-free-firmware
stable
include:
- libssl3
- libc6:amd64
- locales
files:
include:
- lib64/ld-linux-x86-64.so.2
exclude:
- usr/share/man
- usr/share/doc/*/README.*
- usr/share/doc/*/changelog.*
- usr/share/doc/*/NEWS.*
- usr/share/doc/*/TODO.*
AppImage:
arch: x86_64
update-information: guess