mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Update .github/workflows/docker.yml
Co-authored-by: Bo Anderson <mail@boanderson.me>
This commit is contained in:
parent
364068eaa6
commit
1c4dfe066e
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -27,6 +27,10 @@ jobs:
|
||||
matrix:
|
||||
version: ["18.04", "20.04", "22.04", "24.04"]
|
||||
arch: ["x86_64", "arm64"]
|
||||
exclude:
|
||||
- version: "18.04"
|
||||
architecture: "arm64"
|
||||
- architecture: ${{ github.event_name == 'release' && 'arm64' }}
|
||||
outputs:
|
||||
tags: ${{ steps.attributes.outputs.tags }}
|
||||
push: ${{ steps.attributes.outputs.push }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user