From 8e102d32b2a8a30ad4f95a5ff903e16a18229994 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:33:35 +0200 Subject: CI run on arm instead of qemu --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a00ba5..d9a781d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,21 +21,21 @@ jobs: ansible-lint playbook: - runs-on: ubuntu-latest strategy: fail-fast: false matrix: molecule_distro: - distro: archlinux platform: "linux/amd64" + runs_on: "ubuntu-latest" - distro: ubuntu platform: "linux/amd64" + runs_on: "ubuntu-latest" - distro: raspberrypi platform: "linux/arm64/v8" + runs_on: "ubuntu-24.04-arm" + runs-on: ${{ matrix.molecule_distro.runs_on }} steps: - - name: Add ARM support - run: | - sudo apt-get install -y qemu-user-static binfmt-support - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: -- cgit v1.2.3