Skip to content

Commit

Permalink
Add updated preview build
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpittwood committed Jul 8, 2024
1 parent e429218 commit c2c4b38
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-bake.preview.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ function get_tags {
variable BASE_BUILD_MATRIX {
default = {
builds = [
{os = "ubuntu2204", r_primary = "4.2.3", r_alternate = "4.1.3", py_primary = "3.9.19", py_alternate = "3.8.19"},
{os = "ubuntu2204", r_primary = "4.4.0", r_alternate = "4.3.3", py_primary = "3.12.4", py_alternate = "3.11.9"},
]
}
Expand Down Expand Up @@ -150,15 +151,15 @@ variable CONNECT_CONTENT_INIT_BUILD_MATRIX {
variable R_SESSION_COMPLETE_BUILD_MATRIX {
default = {
builds = [
{os = "ubuntu2204", r_primary = "4.4.0", r_alternate = "4.3.3", py_primary = "3.12.4", py_alternate = "3.11.9"},
{os = "ubuntu2204", r_primary = "4.2.3", r_alternate = "4.1.3", py_primary = "3.9.19", py_alternate = "3.8.19"},
]
}
}

variable WORKBENCH_BUILD_MATRIX {
default = {
builds = [
{os = "ubuntu2204", r_primary = "4.4.0", r_alternate = "4.3.3", py_primary = "3.12.4", py_alternate = "3.11.9"},
{os = "ubuntu2204", r_primary = "4.2.3", r_alternate = "4.1.3", py_primary = "3.9.19", py_alternate = "3.8.19"},
]
}
}
Expand Down

0 comments on commit c2c4b38

Please sign in to comment.