Update .github/workflows/docker.yml

Co-authored-by: Bo Anderson <mail@boanderson.me>
This commit is contained in:
Mike McQuaid 2025-03-11 17:16:56 +00:00 committed by GitHub
parent 364068eaa6
commit 1c4dfe066e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,10 @@ jobs:
matrix: matrix:
version: ["18.04", "20.04", "22.04", "24.04"] version: ["18.04", "20.04", "22.04", "24.04"]
arch: ["x86_64", "arm64"] arch: ["x86_64", "arm64"]
exclude:
- version: "18.04"
architecture: "arm64"
- architecture: ${{ github.event_name == 'release' && 'arm64' }}
outputs: outputs:
tags: ${{ steps.attributes.outputs.tags }} tags: ${{ steps.attributes.outputs.tags }}
push: ${{ steps.attributes.outputs.push }} push: ${{ steps.attributes.outputs.push }}