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

Enable builds for armv6 target #610

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vishwamartur
Copy link

Related to #560

Enable builds for the armv6 target.

  • Cross.toml: Add arm-unknown-linux-gnueabihf target with necessary environment variables for cross-compiling libdbus.
  • Cargo.toml: Add environment variables for cross-compiling libdbus for the armv6 target under [target.arm-unknown-linux-gnueabihf.env].
  • Dockerfile.template: Add arm-unknown-linux-gnueabihf target for the armv6 architecture in the case statement.
  • .github/workflows/flowzone.yml: Add arm-unknown-linux-gnueabihf target to the cargo_targets list.

Related to balena-os#560

Enable builds for the armv6 target.

* **Cross.toml**: Add `arm-unknown-linux-gnueabihf` target with necessary environment variables for cross-compiling libdbus.
* **Cargo.toml**: Add environment variables for cross-compiling libdbus for the armv6 target under `[target.arm-unknown-linux-gnueabihf.env]`.
* **Dockerfile.template**: Add `arm-unknown-linux-gnueabihf` target for the armv6 architecture in the `case` statement.
* **.github/workflows/flowzone.yml**: Add `arm-unknown-linux-gnueabihf` target to the `cargo_targets` list.
Copy link
Contributor

flowzone-app bot commented Dec 2, 2024

A repository maintainer needs to approve this workflow run.

https://github.com/balena-os/wifi-connect/actions/runs/12125356163

Maintainers, please review all commits and react with 👍 to approve or 👎 to reject.

Things to look for: GitHub Actions Security Cheat Sheet

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