Skip to content

Add freenet ping app cross-compilation #1711

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

netsirius
Copy link
Collaborator

This pull request updates the GitHub Actions workflow in .github/workflows/cross-compile.yml to include steps for building and uploading a new binary for the freenet-ping application. The changes ensure that the binary is built and uploaded for both x86_64 and arm64 architectures.

Additions to GitHub Actions workflow:

  • Added a step to build the freenet-ping binary using cargo build --release for the x86_64 architecture.
  • Added a step to upload the freenet-ping binary as an artifact for the x86_64 architecture.
  • Added a step to build the freenet-ping binary using cargo build --release for the arm64 architecture.
  • Added a step to upload the freenet-ping binary as an artifact for the arm64 architecture.

@netsirius netsirius changed the title Ddd freenet ping app cross-compilation Add freenet ping app cross-compilation Jul 19, 2025
@netsirius netsirius force-pushed the compile-ping-app-inside-ci branch from 515e519 to 4ce650f Compare July 19, 2025 14:26
@iduartgomez
Copy link
Collaborator

@netsirius I dont think is necessary any more?

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.

2 participants