From 8ff193e5fd23b43ce03dd5db04b862bf91caef2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sch=C3=BCtze?= Date: Tue, 14 Jan 2025 16:56:34 +0100 Subject: [PATCH] Build arm "before" amd64 --- .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 128061f..553b26d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,8 @@ jobs: fail-fast: false matrix: platform: - - linux/amd64 - linux/arm64 + - linux/amd64 exclude: - platform: none steps: @@ -85,8 +85,8 @@ jobs: fail-fast: false matrix: platform: - - linux/amd64 - linux/arm64 + - linux/amd64 exclude: - platform: none module: @@ -143,8 +143,8 @@ jobs: fail-fast: false matrix: platform: - - linux/amd64 - linux/arm64 + - linux/amd64 exclude: - platform: none steps: @@ -213,8 +213,8 @@ jobs: fail-fast: false matrix: platform: - - linux/amd64 - linux/arm64 + - linux/amd64 exclude: - platform: none steps: