mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-06-05 19:18:00 +00:00
Add architectures s390x and ppc64le #44
This commit is contained in:
+2
-2
@@ -7,8 +7,8 @@ variable "BUILDREV" {
|
||||
}
|
||||
|
||||
target "common" {
|
||||
platforms = ["linux/amd64", "linux/arm64", "linux/arm/v7"]
|
||||
args = {"GOCRONVER" = "v0.0.9"}
|
||||
platforms = ["linux/amd64", "linux/arm64", "linux/arm/v7", "linux/s390x", "linux/ppc64le"]
|
||||
args = {"GOCRONVER" = "v0.0.10"}
|
||||
}
|
||||
|
||||
target "debian" {
|
||||
|
||||
Reference in New Issue
Block a user