Skip to content

Commit

Permalink
chore(ci): add alpine 3.20 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Jun 6, 2024
1 parent 1b1cc7c commit 1a244ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
env:
distro: 'alpine'
distro_pretty: 'Alpine Linux'
latest_release: '3.19'
latest_release: '3.20'
platforms: 'linux/amd64, linux/arm64'
registry: 'quay.io/toolbx-images'

Expand All @@ -36,7 +36,7 @@ jobs:
build-push-images:
strategy:
matrix:
release: ['3.16', '3.17', '3.18', '3.19', 'edge']
release: ['3.16', '3.17', '3.18', '3.19', '3.20', 'edge']

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1a244ed

Please sign in to comment.