diff --git a/docker-bake.hcl b/docker-bake.hcl index 903b9de..0680ff7 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -10,7 +10,7 @@ target "_common" { RUBY_VERSION = "3.4.4" } platforms = [ - "linux/amd64", + "linux/arm64", ] }