mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
fix: drop ppc64le docker support
Since the actions are using a virutalisation for ppc64le it is so slow that it takes hours to complete, that's why we have disabled the container support for now. If you need to run Semaphore on ppc64le you can still use the built binaries and packages.
This commit is contained in:
parent
873a7d80fa
commit
daa83a66d7
4
.github/workflows/beta.yml
vendored
4
.github/workflows/beta.yml
vendored
@ -95,7 +95,7 @@ jobs:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: .
|
||||
file: deployment/docker/server/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64,linux/ppc64le
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
labels: ${{ steps.server.outputs.labels }}
|
||||
tags: ${{ steps.server.outputs.tags }}
|
||||
@ -121,7 +121,7 @@ jobs:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: .
|
||||
file: deployment/docker/runner/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64,linux/ppc64le
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
labels: ${{ steps.runner.outputs.labels }}
|
||||
tags: ${{ steps.runner.outputs.tags }}
|
||||
|
4
.github/workflows/dev.yml
vendored
4
.github/workflows/dev.yml
vendored
@ -578,7 +578,7 @@ jobs:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: .
|
||||
file: deployment/docker/server/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64,linux/ppc64le
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
labels: ${{ steps.server.outputs.labels }}
|
||||
tags: ${{ steps.server.outputs.tags }}
|
||||
@ -604,7 +604,7 @@ jobs:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: .
|
||||
file: deployment/docker/runner/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64,linux/ppc64le
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
labels: ${{ steps.runner.outputs.labels }}
|
||||
tags: ${{ steps.runner.outputs.tags }}
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -97,7 +97,7 @@ jobs:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: .
|
||||
file: deployment/docker/server/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64,linux/ppc64le
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
labels: ${{ steps.server.outputs.labels }}
|
||||
tags: ${{ steps.server.outputs.tags }}
|
||||
@ -125,7 +125,7 @@ jobs:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: .
|
||||
file: deployment/docker/runner/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64,linux/ppc64le
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
labels: ${{ steps.runner.outputs.labels }}
|
||||
tags: ${{ steps.runner.outputs.tags }}
|
||||
|
Loading…
Reference in New Issue
Block a user