add arm64 build target
This commit is contained in:
@ -9,6 +9,10 @@ target "_common" {
|
||||
args = {
|
||||
RUBY_VERSION = "3.4.4"
|
||||
}
|
||||
platforms = [
|
||||
"linux/amd64",
|
||||
"linux/arm64",
|
||||
]
|
||||
}
|
||||
|
||||
target "bookworm" {
|
||||
|
Reference in New Issue
Block a user