[Feature] Gitversion support for apple silicon
See original GitHub issueI would like to use gitversion on my apple silicon.
Installing using brew gives me: Error: dotnet: no bottle available!
Try to use the docker image gives me:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Failed to create CoreCLR, HRESULT: 0x8007FF06
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Closures are not supported on Apple Silicon M1 (arm64)
Yes, this is not a bug, it is simply a known, currently unimplemented "feature".
Read more >Is git already installed when buying a new Macbook?
Has „sudo rm -rf /usr/bin/git/„ changed anything? My terminal said that I was having Apple Git 128. After deleting XCodes there seems to...
Read more >Git not working on M1 chip after migration [duplicate]
Clearly the best answer is to get the version of git that works with your machine's M1 architecture. That appears to be installation...
Read more >github actions - I can't get GitVersion to bump versions
I am using the latest GitVersion 5.5.1, and I changed my master branch to main , which is supposed to be supported in...
Read more >StableDiffusion RUNS on M1 chips.
In the app, open up the folder that you just downloaded from github that should say: stable-diffusion-apple-silicon. On the left hand side, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
unfortunately for the homebrew we ned to have the dotnet formula for version 6.0, that’s something @asbjornu was working on. So for now no, you can only use the tar.gz version for now
any updates on this one?