poop
This commit is contained in:
@ -16,6 +16,7 @@ target "bookworm" {
|
|||||||
inherits = [ "_common", "docker-metadata-action" ]
|
inherits = [ "_common", "docker-metadata-action" ]
|
||||||
platforms = [
|
platforms = [
|
||||||
"linux/amd64",
|
"linux/amd64",
|
||||||
|
"linux/arm64",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -24,6 +25,5 @@ target "alpine" {
|
|||||||
inherits = [ "_common", "docker-metadata-action-alpine" ]
|
inherits = [ "_common", "docker-metadata-action-alpine" ]
|
||||||
platforms = [
|
platforms = [
|
||||||
"linux/amd64",
|
"linux/amd64",
|
||||||
"linux/arm64",
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user