fosslife / devtools-x

Collection of offline first developer utilities available as desktop application. all in one place, cross-platform!
MIT License
889 stars 36 forks source link

supports aarch64-apple-darwin: targets Apple silicon #57

Closed reslear closed 2 days ago

Sparkenstein commented 3 months ago

Github CI doesn't support arm macs yet in my knowledge. I am waiting for those myself, but x86 darwin package works on mac just fine, without any performance issue. I will still release arm versions as soon as github CI starts supporting arm macs.

nileshmali commented 3 months ago

@Sparkenstein Apple Silicon runners now available on Github. Please check https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners

Sparkenstein commented 3 months ago

Ah great, so macos-latest is the label for arm version, I am already using that. does that mean existing packages are already built for arm?

nileshmali commented 3 months ago

I think arch needs to be set, I can give it a stab. Will share the pr over the weekend.

Sparkenstein commented 2 weeks ago

Aarch64 images are now available to download from release tab

reslear commented 2 weeks ago
CleanShot 2024-06-19 at 17 25 17@2x

@Sparkenstein "dev-tools.app" is damaged and can't be opened. You should move it to the Bin.

Works with workaround: sudo xattr -r -c /Applications/dev-tools.app

Sparkenstein commented 2 weeks ago

Ughh. let me reopen this, will test on my macbook soon

Sparkenstein commented 2 weeks ago

Weird, worked normally on my m2 mac. maybe your download was actually corrupt or something?

Puujee0238 commented 2 weeks ago

+1

image
Sparkenstein commented 1 week ago

Most likely this is because there are no version change in the release. will implement some new feature and do a version upgrade and release one more time this weekend. that should technically resolve the issue.

i am using the same release.yml for my another project fosslife/truthy. it works there so far I am assuming it should work here too

Sparkenstein commented 2 days ago

Apologies, it's the OSX shenanigans, I have only work macbook, I can't generate certificate from that. will try to get a resale macbook soon.

For now

xattr -r -c /Applications/dev-tools.app

Is the solution as mentioned by @reslear. will mention this in README too.