Skip to content

Commit

Permalink
.github, cross: Add aarch64 (arm64) deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso authored and patrickelectric committed Feb 2, 2024
1 parent 6af8b50 commit 0283259
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-unix.yml
Expand Up @@ -17,6 +17,10 @@ jobs:
TARGET: armv7-unknown-linux-gnueabihf
SUFFIX: armv7

- os: ubuntu-22.04
TARGET: aarch64-unknown-linux-gnu
SUFFIX: aarch64

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions Cross.toml
Expand Up @@ -3,3 +3,6 @@ image = "joaoantoniocardoso/cross-rs:x86_64-unknown-linux-gnu-bullseye-slim-with

[target.armv7-unknown-linux-gnueabihf]
image = "joaoantoniocardoso/cross-rs:armv7-unknown-linux-gnueabihf-bullseye-slim-with-gstreamer"

[target.aarch64-unknown-linux-gnu]
image = "joaoantoniocardoso/cross-rs:aarch64-unknown-linux-gnu-bullseye-slim-with-gstreamer"

0 comments on commit 0283259

Please sign in to comment.