Summary
Jobs
build
compute-matrix
build (linux, 2.312.0, amd64, aws, ubuntu-latest)
build (linux, 2.312.0, amd64, premise, linux-amd64-cpu72-metal)
build (linux, 2.312.0, arm64, aws, ubuntu-latest)
build (linux, 2.312.0, arm64, premise, linux-arm64-cpu64-metal)
build (linux, 2.311.0, amd64, aws, ubuntu-latest)
build (linux, 2.311.0, amd64, premise, linux-amd64-cpu72-metal)
build (linux, 2.311.0, arm64, aws, ubuntu-latest)
build (linux, 2.311.0, arm64, premise, linux-arm64-cpu64-metal)
build (linux, 470, 2.312.0, amd64, aws, ubuntu-latest)
build (linux, 470, 2.312.0, amd64, premise, linux-amd64-cpu72-metal)
build (linux, 470, 2.311.0, amd64, aws, ubuntu-latest)
build (linux, 470, 2.311.0, amd64, premise, linux-amd64-cpu72-metal)
build (linux, 525, 2.312.0, amd64, aws, ubuntu-latest)
build (linux, 525, 2.312.0, amd64, premise, linux-amd64-cpu72-metal)
build (linux, 525, 2.312.0, arm64, aws, ubuntu-latest)
build (linux, 525, 2.312.0, arm64, premise, linux-arm64-cpu64-metal)
build (linux, 525, 2.311.0, amd64, aws, ubuntu-latest)
build (linux, 525, 2.311.0, amd64, premise, linux-amd64-cpu72-metal)
build (linux, 525, 2.311.0, arm64, aws, ubuntu-latest)
build (linux, 525, 2.311.0, arm64, premise, linux-arm64-cpu64-metal)
build (linux, 535, 2.312.0, amd64, aws, ubuntu-latest)
build (linux, 535, 2.312.0, amd64, premise, linux-amd64-cpu72-metal)
build (linux, 535, 2.312.0, arm64, aws, ubuntu-latest)
build (linux, 535, 2.312.0, arm64, premise, linux-arm64-cpu64-metal)
build (linux, 535, 2.311.0, amd64, aws, ubuntu-latest)
build (linux, 535, 2.311.0, amd64, premise, linux-amd64-cpu72-metal)
build (linux, 535, 2.311.0, arm64, aws, ubuntu-latest)
build (linux, 535, 2.311.0, arm64, premise, linux-arm64-cpu64-metal)
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: branch
on:
push:
branches:
- main
permissions:
id-token: write
contents: read
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yaml
with:
upload_artifacts: true
secrets: inherit
You can’t perform that action at this time.