Skip to content

Commit fab188b

Browse files
No longer build image for linux/s390x
Tor package for linux/s390x no longer available alpine 3.17
1 parent ca7cca7 commit fab188b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docker-bake.hcl

+3-6
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ target "artifact-all" {
5050
"linux/arm/v6",
5151
"linux/arm/v7",
5252
"linux/arm64",
53-
"linux/ppc64le",
54-
"linux/s390x"
53+
"linux/ppc64le"
5554
]
5655
}
5756

@@ -64,8 +63,7 @@ target "release" {
6463
"linux/arm/v6",
6564
"linux/arm/v7",
6665
"linux/arm64",
67-
"linux/ppc64le",
68-
"linux/s390x"
66+
"linux/ppc64le"
6967
]
7068
}
7169

@@ -79,7 +77,6 @@ target "bundle" {
7977
"linux/arm/v6",
8078
"linux/arm/v7",
8179
"linux/arm64",
82-
"linux/ppc64le",
83-
"linux/s390x"
80+
"linux/ppc64le"
8481
]
8582
}

0 commit comments

Comments
 (0)