Skip to content

Commit c475601

Browse files
committed
Change platname alpine.* to musl.*
1 parent ebba42e commit c475601

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

platforms/index.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@
182182
"remark": "Not support harddisk serial number"
183183
},
184184
{
185-
"id": "alpine.x86_64.0",
186-
"name": "alpine.x86_64",
185+
"id": "musl.x86_64.0",
186+
"name": "musl.x86_64",
187187
"platform": "alpine",
188188
"path": "alpine",
189189
"machines": ["x86_64"],
@@ -193,8 +193,8 @@
193193
"remark": "Built with musl-1.1.21 for Docker"
194194
},
195195
{
196-
"id": "alpine.arm.0",
197-
"name": "alpine.arm",
196+
"id": "musl.arm.0",
197+
"name": "musl.arm",
198198
"platform": "alpine",
199199
"path": "alpine.arm",
200200
"machines": ["armv5t", "armv7l"],

0 commit comments

Comments
 (0)