Skip to content

Commit

Permalink
alpine: add 3.21 and remove 3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricionaweb committed Dec 6, 2024
1 parent 0a4973d commit 42c56ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/alpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,10 @@ packages:
variants:
- cloud
releases:
- 3.17
- 3.18
- 3.19
- 3.20
- 3.21
- edge

- packages:
Expand Down
4 changes: 2 additions & 2 deletions jenkins/jobs/image-alpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
name: release
type: user-defined
values:
- "3.17"
- "3.18"
- "3.19"
- "3.20"
- "3.21"
- "edge"

- axis:
Expand All @@ -48,7 +48,7 @@
EXTRA_ARGS=""
if [ "${release}" = "edge" ]; then
EXTRA_ARGS="-o source.same_as=3.19"
EXTRA_ARGS="-o source.same_as=3.21"
fi
exec sudo /lxc-ci/bin/build-distro /lxc-ci/images/alpine.yaml \
Expand Down

0 comments on commit 42c56ba

Please sign in to comment.