From 75f63f9d6d2fcc59b2e617957da68add5d7eff13 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:30:23 +0100 Subject: [PATCH] ci: add aarch64 targets --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd6b1e65..36e038da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,12 @@ jobs: job: - os: ubuntu-latest target: x86_64-unknown-linux-gnu + - os: ubuntu-latest + target: aarch64-unknown-linux-gnu - os: macos-latest target: x86_64-apple-darwin + - os: macos-latest + target: aarch64-apple-darwin - os: windows-latest target: x86_64-pc-windows-msvc toolchain: ["stable", "nightly"] @@ -68,8 +72,12 @@ jobs: job: - os: ubuntu-latest target: x86_64-unknown-linux-gnu + - os: ubuntu-latest + target: aarch64-unknown-linux-gnu - os: macos-latest target: x86_64-apple-darwin + - os: macos-latest + target: aarch64-apple-darwin - os: windows-latest target: x86_64-pc-windows-msvc toolchain: ["stable", "nightly"]