From 5b5d2eebef22f12520e8b5aedc1626c2f467d171 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Tue, 13 Jun 2023 12:18:46 +0100 Subject: [PATCH] Other config --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 424f33e1aa3..11d917fb9c5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,10 +38,10 @@ jobs: target: x86_64-unknown-linux-musl use-cross: true run-integration-tests: true - - os: ubuntu-latest - target: aarch64-unknown-linux-gnu - use-cross: true - run-integration-tests: false # Cannot run aarch64 binaries on x86_64 + # - os: ubuntu-latest + # target: aarch64-unknown-linux-gnu + # use-cross: true + # run-integration-tests: false # Cannot run aarch64 binaries on x86_64 - os: ubuntu-latest target: aarch64-unknown-linux-musl use-cross: true