tmedwards / tweego

Tweego is a free (gratis and libre) command line compiler for Twine/Twee story formats, written in Go.
https://www.motoslave.net/tweego
BSD 2-Clause "Simplified" License
124 stars 23 forks source link

Add M1 arch to release targets #30

Open tmedwards opened 3 years ago

tmedwards commented 3 years ago

Add the Apple M1 architecture to the list of pre-built release targets.

mys721tx commented 2 years ago

Is there anyway to assist you for this issue?

tmedwards commented 2 years ago

Not as such. It just needs compiler support and time from me. The former should be done by now, the latter will take a bit longer.

That said. When I do get to the point of being able to work on my projects again, it would be useful to have someone I could bounce a test build off of to ensure that nothing is amiss.

mys721tx commented 2 years ago

That's good to know! Regarding to compiler support, I have been able to compile tweego on Apple Silicon with go1.17.2 darwin/arm64.

VegetarianZombie commented 2 years ago

This would be a nice addition to the releases - that said, thank you for the excellent compiling instructions. I was able to build and install it without issue.