Skip to content

Commit

Permalink
Add CIPD zap to mac-arm64 (#24762)
Browse files Browse the repository at this point in the history
* Add CIPD zap to mac-arm64

This is the same binary as the mac-amd64 one, but should work thanks to
Rosetta.

* Run restyler
  • Loading branch information
tpudlik authored and pull[bot] committed Oct 26, 2023
1 parent 308df19 commit 3f1bc65
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/zap.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"packages": [
{
"path": "fuchsia/third_party/zap/${platform}",
"platforms": ["linux-amd64", "mac-amd64", "windows-amd64"],
"platforms": [
"linux-amd64",
"mac-amd64",
"mac-arm64",
"windows-amd64"
],
"tags": ["version:2@v2023.01.31-nightly.1"]
}
]
Expand Down

0 comments on commit 3f1bc65

Please sign in to comment.