Update docker.yml

This commit is contained in:
Carlo Cabrera 2025-03-12 12:21:26 +08:00 committed by GitHub
parent add2ebff6b
commit be7a97e240
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,8 +29,8 @@ jobs:
arch: ["x86_64", "arm64"]
exclude:
- version: "18.04"
architecture: "arm64"
- architecture: ${{ github.event_name == 'release' && 'arm64' }}
arch: "arm64"
- arch: ${{ github.event_name == 'release' && 'arm64' }}
outputs:
tags: ${{ steps.attributes.outputs.tags }}
push: ${{ steps.attributes.outputs.push }}