Skip to content

Commit

Permalink
Add Python 3.12 arm64 target
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Dec 14, 2023
1 parent bf88c84 commit 76119c6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/docker/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ group "default" {
"python-38-linux",
"python-39-linux",
"python-310-linux",
"python-311-linux"
"python-311-linux",
"python-312-linux"
]
}

Expand Down Expand Up @@ -68,3 +69,10 @@ target "python-311-linux" {
PYTHON_TAG = "3.11-${DEBIAN_BASE}"
}
}

target "python-312-linux" {
inherits = [ "shared" ]
args = {
PYTHON_TAG = "3.12-${DEBIAN_BASE}"
}
}

0 comments on commit 76119c6

Please sign in to comment.