fart
This commit is contained in:
@ -9,18 +9,21 @@ target "_common" {
|
||||
args = {
|
||||
RUBY_VERSION = "3.4.4"
|
||||
}
|
||||
platforms = [
|
||||
"linux/amd64",
|
||||
"linux/arm64",
|
||||
]
|
||||
}
|
||||
|
||||
target "bookworm" {
|
||||
dockerfile = "./dockerfiles/bookworm.Dockerfile"
|
||||
inherits = [ "_common", "docker-metadata-action" ]
|
||||
platforms = [
|
||||
"linux/amd64",
|
||||
]
|
||||
}
|
||||
|
||||
target "alpine" {
|
||||
dockerfile = "./dockerfiles/alpine.Dockerfile"
|
||||
inherits = [ "_common", "docker-metadata-action-alpine" ]
|
||||
platforms = [
|
||||
"linux/amd64",
|
||||
"linux/arm64",
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user