Skip to content

Commit

Permalink
Linux-pack.yml: Update fedora to 39/40, add debian 12, update suse to…
Browse files Browse the repository at this point in the history
… 15.6
  • Loading branch information
rasa authored Jul 29, 2024
1 parent 079700b commit c34325c
Showing 1 changed file with 25 additions and 7 deletions.
32 changes: 25 additions & 7 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 Down Expand Up @@ -226,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 c34325c

Please sign in to comment.