Skip to content

Commit

Permalink
Build all Kubernetes versions available.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Hugo Prins committed Jan 10, 2024
1 parent c0bacb5 commit f50b04d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ jobs:
curl \
jq \
squashfs-tools \
xz-utils
xz-utils \
gawk
images=(
"kubernetes-v1.28.2"
$(curl https://raw.githubusercontent.com/kubernetes/website/main/data/releases/schedule.yaml | yq -r '.schedules[].previousPatches[0].release' | awk '{print "kubernetes-v"$1}')
"docker-24.0.6"
"docker_compose-2.22.0"
"wasmtime-13.0.0"
Expand Down

0 comments on commit f50b04d

Please sign in to comment.