Skip to content

Commit e5ae3a6

Browse files
committed
ci: disable runner for beta to speed up a building
1 parent 47cb7db commit e5ae3a6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/beta.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,13 @@ jobs:
9595
builder: ${{ steps.buildx.outputs.name }}
9696
context: .
9797
file: deployment/docker/server/Dockerfile
98-
platforms: linux/amd64,linux/arm64,linux/arm/v6
98+
platforms: linux/amd64,linux/arm64
9999
push: ${{ github.event_name != 'pull_request' }}
100100
labels: ${{ steps.server.outputs.labels }}
101101
tags: ${{ steps.server.outputs.tags }}
102102

103103
- name: Runner meta
104+
if: false
104105
id: runner
105106
uses: docker/metadata-action@v5
106107
with:
@@ -116,12 +117,13 @@ jobs:
116117
latest=false
117118
118119
- name: Runner build
120+
if: false
119121
uses: docker/build-push-action@v5
120122
with:
121123
builder: ${{ steps.buildx.outputs.name }}
122124
context: .
123125
file: deployment/docker/runner/Dockerfile
124-
platforms: linux/amd64,linux/arm64,linux/arm/v6
126+
platforms: linux/amd64,linux/arm64
125127
push: ${{ github.event_name != 'pull_request' }}
126128
labels: ${{ steps.runner.outputs.labels }}
127129
tags: ${{ steps.runner.outputs.tags }}

0 commit comments

Comments
 (0)