diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 654ea49f..d60f7d72 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -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 }} diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index a19a7250..7a89d2a7 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -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 }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47695caf..c5348124 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}