-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add GitHub Actions for creating Takajo
release artifacts
#84
feat: add GitHub Actions for creating Takajo
release artifacts
#84
Conversation
Takajo
release artifacts
Takajo
release artifactsTakajo
release artifacts
Unfortunately, intel-mac binaries cannot be created because intel-mac is not supported as shown below... :( |
After some research, I found that Nim supports cross-compilation as follows :) I tried adding the following compile options for Intel mac! takajo/.github/workflows/release.yml Line 36 in 12643d7
@YamatoSecurity |
@fukusuket That's great news! Thanks, I checked it and it works no problem. |
@YamatoSecurity |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fukusuket LGTM! Thank you!!
What Changed
How to use
Test
I checked GitHub Actions in my repository and confirmed that the following zip was created.
https://github.com/fukusuket/takajo-fukusuket/actions/runs/7364252562
release-artifact.zip
I would appreciate it if you could check it out when you have time🙏