mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
Merge pull request #2004 from tboerger/arm32v6-support
feat: add docker support for arm32v6
This commit is contained in:
commit
720bbbe1ef
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
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v6
|
||||
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
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v6
|
||||
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
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v6
|
||||
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
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v6
|
||||
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
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v6
|
||||
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
|
||||
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