mirror of
https://github.com/we-promise/sure.git
synced 2026-05-08 05:04:59 +00:00
ci: use include on matrix for runs-on (#1649)
This commit is contained in:
committed by
GitHub
parent
0851362793
commit
95c2208bdb
7
.github/workflows/publish.yml
vendored
7
.github/workflows/publish.yml
vendored
@@ -55,9 +55,14 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [amd64, arm64]
|
||||
include:
|
||||
- platform: amd64
|
||||
runs-on: ubuntu-24.04
|
||||
- platform: arm64
|
||||
runs-on: ubuntu-24.04-arm
|
||||
|
||||
timeout-minutes: 60
|
||||
runs-on: ${{ matrix.platform == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
|
||||
runs-on: ${{ matrix.runs-on }}
|
||||
|
||||
outputs:
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
||||
Reference in New Issue
Block a user