Skip to content

Commit

Permalink
ci: Add support for Ubuntu 24.04 (#3678)
Browse files Browse the repository at this point in the history
* ci: Add support for Ubuntu 24.04

* Linux-pack.yml: Update fedora to 39/40, add debian 12, update suse to 15.6

* Linux-pack.yml: Fix typo
  • Loading branch information
rasa authored Aug 2, 2024
1 parent ccb5a27 commit fd3772e
Showing 1 changed file with 32 additions and 8 deletions.
40 changes: 32 additions & 8 deletions .github/workflows/Linux-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
# dockerfiles, see https://github.com/flameshot-org/flameshot-dockerfiles
# docker images, see https://hub.docker.com/r/flameshotorg/ci-building-images
# flameshotorg/ci-building-images or packpack/packpack
DOCKER_REPO: flameshotorg/ci-building-images
DOCKER_REPO: quay.io/flameshot-org/ci-building
PACKPACK_REPO: flameshot-org/packpack
# available upload services: wetransfer.com, file.io, 0x0.st
UPLOAD_SERVICE: wetransfer.com
Expand Down Expand Up @@ -68,6 +68,24 @@ jobs:
symbol: bullseye,
arch: armhf
}
- {
name: debian-12,
os: debian,
symbol: bookworm,
arch: amd64
}
- {
name: debian-12,
os: debian,
symbol: bookworm,
arch: arm64
}
- {
name: debian-12,
os: debian,
symbol: bookworm,
arch: armhf
}
- {
name: ubuntu-20.04,
os: ubuntu,
Expand All @@ -80,7 +98,13 @@ jobs:
symbol: jammy,
arch: amd64
}

- {
name: ubuntu-24.04,
os: ubuntu,
symbol: noble,
arch: amd64
}

steps:
- name: Enable Docker Experimental Features
run: |
Expand Down Expand Up @@ -220,21 +244,21 @@ jobs:
matrix:
dist:
- {
name: fedora-35,
name: fedora-39,
os: fedora,
symbol: 35,
symbol: 39,
arch: x86_64
}
- {
name: fedora-36,
name: fedora-40,
os: fedora,
symbol: 36,
symbol: 40,
arch: x86_64
}
- {
name: opensuse-leap-15.2,
name: opensuse-leap-15.6,
os: opensuse-leap,
symbol: 15.2,
symbol: 15.6,
arch: x86_64
}
steps:
Expand Down

0 comments on commit fd3772e

Please sign in to comment.