add arm64 build target
Some checks failed
Ruby Lint / lint (push) Successful in 16s
Ruby Test / test (push) Successful in 31s
Release / docker (push) Has been cancelled

This commit is contained in:
2025-06-28 13:12:17 -05:00
parent 8a93e81408
commit 653167adb5

View File

@ -9,6 +9,10 @@ target "_common" {
args = {
RUBY_VERSION = "3.4.4"
}
platforms = [
"linux/amd64",
"linux/arm64",
]
}
target "bookworm" {