piss
All checks were successful
Ruby Lint / lint (push) Successful in 20s
Release / docker (push) Successful in 4m54s
Ruby Test / test (push) Successful in 24s

This commit is contained in:
2025-06-28 16:33:58 -05:00
parent 6ec00632d1
commit df808b8396

View File

@ -9,21 +9,17 @@ target "_common" {
args = {
RUBY_VERSION = "3.4.4"
}
platforms = [
"linux/amd64",
]
}
target "bookworm" {
dockerfile = "./dockerfiles/bookworm.Dockerfile"
inherits = [ "_common", "docker-metadata-action" ]
platforms = [
"linux/amd64",
"linux/arm64",
]
}
target "alpine" {
dockerfile = "./dockerfiles/alpine.Dockerfile"
inherits = [ "_common", "docker-metadata-action-alpine" ]
platforms = [
"linux/amd64",
]
}