mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-11 03:56:46 +00:00
Compare commits
7 Commits
816a9a3331
...
arm64testc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3596698ab4 | ||
|
|
e0f35e2f09 | ||
|
|
0c2adaf4d3 | ||
|
|
a72200de65 | ||
|
|
b26793719f | ||
|
|
0ac28d3fc6 | ||
|
|
5b692dccd3 |
12
.github/workflows/build-tool-packages.yml
vendored
12
.github/workflows/build-tool-packages.yml
vendored
@@ -62,6 +62,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
ARTIFACT_NAME: ${{ inputs.tool-name }}-${{ inputs.tool-version }}-${{ matrix.platform }}-${{ matrix.arch }}
|
ARTIFACT_NAME: ${{ inputs.tool-name }}-${{ inputs.tool-version }}-${{ matrix.platform }}-${{ matrix.arch }}
|
||||||
|
RUNNER_TYPE: ${{ matrix.runner_type }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -69,12 +70,23 @@ jobs:
|
|||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
platform: linux
|
platform: linux
|
||||||
arch: x64
|
arch: x64
|
||||||
|
- os: setup-actions-ubuntu-arm64-2-core
|
||||||
|
platform: linux
|
||||||
|
arch: arm64
|
||||||
|
runner_type: self-hosted
|
||||||
|
- os: macos-13
|
||||||
|
platform: darwin
|
||||||
|
arch: x64
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
platform: darwin
|
platform: darwin
|
||||||
arch: arm64
|
arch: arm64
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
platform: win32
|
platform: win32
|
||||||
arch: x64
|
arch: x64
|
||||||
|
- os: setup-actions-windows-arm64-4-core
|
||||||
|
platform: win32
|
||||||
|
arch: arm64
|
||||||
|
runner_type: self-hosted
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user