mirror of
https://github.com/3proxy/3proxy.git
synced 2026-06-03 06:50:11 +08:00
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
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:
parent
6d8643b70e
commit
74d5b67ef4
6
.github/workflows/docker-ghcr.yml
vendored
6
.github/workflows/docker-ghcr.yml
vendored
@ -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 }}
|
||||||
|
|
||||||
|
|||||||
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@ -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 }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user