Skip to content

Commit

Permalink
Split architectures to speedup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gassmoeller committed Jun 21, 2024
1 parent 81121ca commit 30ead7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}

0 comments on commit 30ead7d

Please sign in to comment.