Skip to content

Commit 4422556

Browse files
tpudlikpull[bot]
authored andcommitted
Add CIPD zap to mac-arm64 (#24762)
* Add CIPD zap to mac-arm64 This is the same binary as the mac-amd64 one, but should work thanks to Rosetta. * Run restyler
1 parent f3a23bf commit 4422556

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

scripts/zap.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
"packages": [
33
{
44
"path": "fuchsia/third_party/zap/${platform}",
5-
"platforms": ["linux-amd64", "mac-amd64", "windows-amd64"],
5+
"platforms": [
6+
"linux-amd64",
7+
"mac-amd64",
8+
"mac-arm64",
9+
"windows-amd64"
10+
],
611
"tags": ["version:[email protected]"]
712
}
813
]

0 commit comments

Comments
 (0)