Skip to content

Commit

Permalink
slc not picking up zap due to arm64 vs aarch64 arhictecture naming co…
Browse files Browse the repository at this point in the history
…nvention. Not sure why we had arm64 in the first place. Need someone to review this. (project-chip#1234)
  • Loading branch information
brdandu authored Dec 12, 2023
1 parent cb1a484 commit e855359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apack.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"exe": "zap.app/Contents/MacOS/zap",
"optional": true
},
"zap:macosx.ARM64": {
"zap:macosx.aarch64": {
"exe": "zap.app/Contents/MacOS/zap",
"optional": true
},
Expand All @@ -40,7 +40,7 @@
"exe": "zap-cli",
"optional": true
},
"zap-cli:macosx.ARM64": {
"zap-cli:macosx.aarch64": {
"exe": "zap-cli",
"optional": true
},
Expand Down

0 comments on commit e855359

Please sign in to comment.