Skip to content
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

Add Linux ARM64 build to GitHub Actions #145

Merged
merged 9 commits into from
Jul 10, 2024
Merged

Conversation

leizongmin
Copy link
Owner

@leizongmin leizongmin commented Jul 10, 2024

Add support for building and releasing linux arm64 binaries using GitHub Actions.

  • README.md

    • Add linux arm64 to the list of supported architectures in the "安装" section.
  • .github/workflows/build-release.yml

    • Add a new job build_linux_arm64 to build linux arm64 binaries using docker/setup-qemu-action.
    • Add steps to set up QEMU, set up Go, check out code, build the binary, list files, and upload the artifact.
    • Add a step to upload the linux arm64 binaries as release assets in the release job.

For more details, open the Copilot Workspace session.

@leizongmin leizongmin merged commit e0fb354 into main Jul 10, 2024
6 checks passed
@leizongmin leizongmin deleted the add-linux-arm64-build branch July 11, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant