-
-
Notifications
You must be signed in to change notification settings - Fork 414
Closed
Labels
type: enhancementProposed improvementProposed improvement
Description
Describe the request
When building an Arduino Core and packaging tools, it looks like there isn't a way to specify a macOS universal "host".
Having a look in https://downloads.arduino.cc/packages/package_index.json I'm not 100% sure what's the right name for the arm64 macOS host, as I can't find any entry there. But based on this test file I believe it's arm64-apple-darwin
?:
arduino-cli/arduino/cores/tools_test.go
Line 67 in 495a5f1
{&Flavor{OS: "arm64-apple-darwin"}, []*os{darwinArm64}, []*os{darwinArm64}}, |
Describe the current behavior
We can have an entry for arm64-apple-darwin
and another for x86_64-apple-darwin
, which would be pretty much a copy/paste of the other with a different "host" name.
Arduino CLI version
N/A
Operating system
macOS
Operating system version
N/A
Additional context
This is not extrictly neccesary, as having multiple entries works, so I guess it's more like a "nice to have".
Issue checklist
- I searched for previous requests in the issue tracker
- I verified the feature was still missing when using the nightly build
- My request contains all necessary details
Metadata
Metadata
Assignees
Labels
type: enhancementProposed improvementProposed improvement