diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e77961468..1121bbc2a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,6 +86,8 @@ jobs: name: powerpc64 - arch: armv7-unknown-linux-gnueabihf name: raspberry-pi + - arch: aarch64-unknown-linux-gnu + name: arm64-linux steps: - name: Checkout sources uses: actions/checkout@v3