Skip to content

Commit 436f209

Browse files
committed
Removed riscv64 arch
1 parent ed63d83 commit 436f209

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"linux/arm/v7",
77
"linux/arm64",
88
"linux/s390x",
9-
"linux/ppc64le",
10-
"linux/riscv64"
9+
"linux/ppc64le"
1110
],
1211
"centos": [
1312
"linux/amd64",
@@ -25,8 +24,7 @@
2524
"linux/amd64",
2625
"linux/arm/v7",
2726
"linux/arm64",
28-
"linux/s390x",
29-
"linux/riscv64"
27+
"linux/s390x"
3028
]
3129
},
3230
"os-windows": {

0 commit comments

Comments
 (0)