diff --git a/docker-bake.hcl b/docker-bake.hcl index 3ae7c1e..e492b24 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -9,6 +9,10 @@ target "_common" { args = { RUBY_VERSION = "3.4.4" } + platforms = [ + "linux/amd64", + "linux/arm64", + ] } target "bookworm" {