riscv64 removed due to lack of gcc image
Some checks are pending
C/C++ CI Linux / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Waiting to run
C/C++ CI Linux / ${{ matrix.target }} (ubuntu-latest) (push) Waiting to run
C/C++ CI MacOS / ${{ matrix.target }} (macos-15) (push) Waiting to run
C/C++ CI Windows / ${{ matrix.target }} (windows-2022) (push) Waiting to run
C/C++ CI cmake / ${{ matrix.target }} (macos-15) (push) Waiting to run
C/C++ CI cmake / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Waiting to run
C/C++ CI cmake / ${{ matrix.target }} (ubuntu-latest) (push) Waiting to run
C/C++ CI cmake / ${{ matrix.target }} (windows-2022) (push) Waiting to run

This commit is contained in:
Vladimir Dubrovin 2026-06-01 20:27:47 +03:00
parent 6d8643b70e
commit 74d5b67ef4
2 changed files with 6 additions and 6 deletions

View File

@ -59,7 +59,7 @@ jobs:
with: with:
context: . context: .
file: Dockerfile.minimal file: Dockerfile.minimal
platforms: linux/amd64,linux/arm64,linux/arm/v7,riscv64,ppc64le platforms: linux/amd64,linux/arm64,linux/arm/v7,ppc64le
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.tags.outputs.minimal }} tags: ${{ steps.tags.outputs.minimal }}
@ -68,7 +68,7 @@ jobs:
with: with:
context: . context: .
file: Dockerfile.busybox file: Dockerfile.busybox
platforms: linux/amd64,linux/arm64,linux/arm/v7,riscv64,ppc64le platforms: linux/amd64,linux/arm64,linux/arm/v7,ppc64le
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.tags.outputs.busybox }} tags: ${{ steps.tags.outputs.busybox }}
@ -77,7 +77,7 @@ jobs:
with: with:
context: . context: .
file: Dockerfile.full file: Dockerfile.full
platforms: linux/amd64,linux/arm64,linux/arm/v7,riscv64,ppc64le platforms: linux/amd64,linux/arm64,linux/arm/v7,ppc64le
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.tags.outputs.full }} tags: ${{ steps.tags.outputs.full }}

View File

@ -56,7 +56,7 @@ jobs:
with: with:
context: . context: .
file: Dockerfile.minimal file: Dockerfile.minimal
platforms: linux/amd64,linux/arm64,linux/arm/v7,riscv64,ppc64le platforms: linux/amd64,linux/arm64,linux/arm/v7,ppc64le
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.tags.outputs.minimal }} tags: ${{ steps.tags.outputs.minimal }}
@ -65,7 +65,7 @@ jobs:
with: with:
context: . context: .
file: Dockerfile.busybox file: Dockerfile.busybox
platforms: linux/amd64,linux/arm64,linux/arm/v7,riscv64,ppc64le platforms: linux/amd64,linux/arm64,linux/arm/v7,ppc64le
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.tags.outputs.busybox }} tags: ${{ steps.tags.outputs.busybox }}
@ -74,6 +74,6 @@ jobs:
with: with:
context: . context: .
file: Dockerfile.full file: Dockerfile.full
platforms: linux/amd64,linux/arm64,linux/arm/v7,riscv64,ppc64le platforms: linux/amd64,linux/arm64,linux/arm/v7,ppc64le
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.tags.outputs.full }} tags: ${{ steps.tags.outputs.full }}