Summary
Jobs
docker
compute-matrix
build (amd64, 11.8.0, ubuntu22.04, 3.9, 24.04, 2024.1.0)
build (arm64, 11.8.0, ubuntu22.04, 3.9, 24.04, 2024.1.0)
build (amd64, 11.8.0, ubuntu22.04, 3.10, 24.04, 2024.1.0)
build (arm64, 11.8.0, ubuntu22.04, 3.10, 24.04, 2024.1.0)
build (amd64, 11.8.0, ubuntu22.04, 3.11, 24.04, 2024.1.0)
build (arm64, 11.8.0, ubuntu22.04, 3.11, 24.04, 2024.1.0)
build (amd64, 12.0.1, ubuntu22.04, 3.9, 24.04, 2024.1.0)
build (arm64, 12.0.1, ubuntu22.04, 3.9, 24.04, 2024.1.0)
build (amd64, 12.0.1, ubuntu22.04, 3.10, 24.04, 2024.1.0)
build (arm64, 12.0.1, ubuntu22.04, 3.10, 24.04, 2024.1.0)
build (amd64, 12.0.1, ubuntu22.04, 3.11, 24.04, 2024.1.0)
build (arm64, 12.0.1, ubuntu22.04, 3.11, 24.04, 2024.1.0)
build (amd64, 12.2.2, ubuntu22.04, 3.9, 24.04, 2024.1.0)
build (arm64, 12.2.2, ubuntu22.04, 3.9, 24.04, 2024.1.0)
build (amd64, 12.2.2, ubuntu22.04, 3.10, 24.04, 2024.1.0)
build (arm64, 12.2.2, ubuntu22.04, 3.10, 24.04, 2024.1.0)
build (amd64, 12.2.2, ubuntu22.04, 3.11, 24.04, 2024.1.0)
build (arm64, 12.2.2, ubuntu22.04, 3.11, 24.04, 2024.1.0)
test
build-multiarch-manifest
delete-temp-images (11.8.0, 3.9, 2024.1.0, ubuntu22.04, 11.8, amd64, arm64)
delete-temp-images (11.8.0, 3.10, 2024.1.0, ubuntu22.04, 11.8, amd64, arm64)
delete-temp-images (11.8.0, 3.11, 2024.1.0, ubuntu22.04, 11.8, amd64, arm64)
delete-temp-images (12.0.1, 3.9, 2024.1.0, ubuntu22.04, 12.0, amd64, arm64)
delete-temp-images (12.0.1, 3.10, 2024.1.0, ubuntu22.04, 12.0, amd64, arm64)
delete-temp-images (12.0.1, 3.11, 2024.1.0, ubuntu22.04, 12.0, amd64, arm64)
delete-temp-images (12.2.2, 3.9, 2024.1.0, ubuntu22.04, 12.2, amd64, arm64)
delete-temp-images (12.2.2, 3.10, 2024.1.0, ubuntu22.04, 12.2, amd64, arm64)
delete-temp-images (12.2.2, 3.11, 2024.1.0, ubuntu22.04, 12.2, amd64, arm64)
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: ci
on:
push:
branches:
- "pull-request/[0-9]+"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
docker:
uses: ./.github/workflows/build-test-publish-images.yml
with:
build_type: pull-request
run_tests: true
secrets: inherit
You can’t perform that action at this time.