Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #16 from crazy-max/update-os
Browse files Browse the repository at this point in the history
ubuntu 21.10 EOL
  • Loading branch information
crazy-max authored Aug 19, 2022
2 parents 6321666 + 1962784 commit ce8c6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ variable "PKG_APK_RELEASES" {
# Sets the list of deb releases (e.g., debian11)
# docker-buildx-plugin_0.8.1-debian11_arm64.deb
variable "PKG_DEB_RELEASES" {
default = "debian10,debian11,ubuntu1804,ubuntu2004,ubuntu2110,ubuntu2204,raspbian10,raspbian11"
default = "debian10,debian11,ubuntu1804,ubuntu2004,ubuntu2204,raspbian10,raspbian11"
}

# Sets the list of rpm releases (e.g., centos7)
Expand Down

0 comments on commit ce8c6fb

Please sign in to comment.