From a200e133ef5debd94a435eeae4515f15a59cf275 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 13 Mar 2024 21:02:45 +0800 Subject: [PATCH] Fix CI --- .github/workflows/bindists.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bindists.yaml b/.github/workflows/bindists.yaml index 7d7048e..88c9cfe 100644 --- a/.github/workflows/bindists.yaml +++ b/.github/workflows/bindists.yaml @@ -126,9 +126,9 @@ jobs: fail-fast: false matrix: include: - - os: [self-hosted, Linux, ARM64] + - os: [self-hosted, Linux, ARM64, maerwald] ARCH: ARM - - os: [self-hosted, Linux, ARM64] + - os: [self-hosted, Linux, ARM64, maerwald] ARCH: ARM64 steps: - uses: docker://arm64v8/ubuntu:focal