Skip to content

Commit

Permalink
.github/workflows: Enable all alpine,debian, and ubuntu releases
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin committed Feb 16, 2024
1 parent 227f989 commit e4d1215
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/image-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
strategy:
matrix:
release:
# - "3.16"
# - "3.17"
# - "3.18"
- "3.16"
- "3.17"
- "3.18"
- "3.19"
# - "edge"
- "edge"
architecture:
- amd64
# - arm64
variant:
# - default
- default
- cloud
env:
type: "container"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/image-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
strategy:
matrix:
release:
# - buster
# - bullseye
# - sid
# - bookworm
- buster
- bullseye
- sid
- bookworm
- trixie
architecture:
- amd64
# - arm64
variant:
# - default
- default
- cloud
env:
type: "container"
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/image-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ jobs:
strategy:
matrix:
release:
# - xenial
# - bionic
# - focal
# - jammy
# - lunar
- xenial
- bionic
- focal
- jammy
- lunar
- mantic
# - noble
architecture:
- amd64
# - arm64
variant:
# - default
# - desktop
- default
- desktop
- cloud
env:
type: "container"
Expand Down

0 comments on commit e4d1215

Please sign in to comment.