mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
ci(docker): disable arm/v6 build
This commit is contained in:
parent
22ed357ae0
commit
300f5c230e
2
.github/workflows/dev.yml
vendored
2
.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/arm/v6
|
||||
platforms: linux/amd64,linux/arm64 #,linux/arm/v6
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
labels: ${{ steps.server.outputs.labels }}
|
||||
tags: ${{ steps.server.outputs.tags }}
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -125,7 +125,7 @@ jobs:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: .
|
||||
file: deployment/docker/runner/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v6
|
||||
platforms: linux/amd64,linux/arm64 #,linux/arm/v6
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
labels: ${{ steps.runner.outputs.labels }}
|
||||
tags: ${{ steps.runner.outputs.tags }}
|
||||
|
Loading…
Reference in New Issue
Block a user