From 30ead7df8b3df475cb5678fc0527731cfc92e625 Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Fri, 21 Jun 2024 07:30:52 -0600 Subject: [PATCH] Split architectures to speedup workflow --- .github/workflows/dependencies.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index ef2e745..9899fdc 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -16,6 +16,7 @@ jobs: strategy: fail-fast: false matrix: + architecture: [linux/arm64, linux/amd64] include: - ubuntu_version: "focal" dealii_version: 9.4.0-1ubuntu2~bpo20.04.1~ppa1 @@ -56,8 +57,8 @@ jobs: build-args: | IMG=${{ matrix.ubuntu_version }} VERSION=${{ matrix.dealii_version}} - platforms: linux/amd64,linux/arm64 - push: false + platforms: ${{ matrix.architecture }} + push: true tags: | ghcr.io/dependencies:${{ matrix.tag }} # dealii/dependencies:${{ matrix.tag }}