mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
CICD: Improve the GitHub Actions for Linux.
Do a few things: - add a build for Debian trixie (as discussed in #4182); - add a build for Ubuntu 24.04; - rename the build definitions to match the build names; - update the artifact uploads to use a non-deprecated version of the action, and name the artifact appropriately; - remove a stale workflow file. Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
8627f6fc4a
commit
a83349015a
15 changed files with 223 additions and 73 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM ubuntu:22.04 as base
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get upgrade -y && \
|
||||
apt-get dist-upgrade -y && \
|
||||
apt-get install -y \
|
||||
unzip \
|
||||
git \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue