Skip to content

Commit

Permalink
setup rpi
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Dec 8, 2024
1 parent fe67ca1 commit 902e59b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-libaec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
archive: "zip"
target: "x86_64-pc-windows-msvc"

- platform: "ubuntu-22.04" # Raspberry Pi 4 (64-bit ARM)
args: "--target aarch64-unknown-linux-gnu"
build-dir: "libaec-rpi-aarch64"
archive: "tar"
target: "aarch64-unknown-linux-gnu"

runs-on: ${{ matrix.platform }}

steps:
Expand Down

0 comments on commit 902e59b

Please sign in to comment.