Skip to content

Commit

Permalink
ci: disable runner for beta to speed up a building
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Jan 27, 2025
1 parent 47cb7db commit e5ae3a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,13 @@ 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
push: ${{ github.event_name != 'pull_request' }}
labels: ${{ steps.server.outputs.labels }}
tags: ${{ steps.server.outputs.tags }}

- name: Runner meta
if: false
id: runner
uses: docker/metadata-action@v5
with:
Expand All @@ -116,12 +117,13 @@ jobs:
latest=false
- name: Runner build
if: false
uses: docker/build-push-action@v5
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
file: deployment/docker/runner/Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v6
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
labels: ${{ steps.runner.outputs.labels }}
tags: ${{ steps.runner.outputs.tags }}

0 comments on commit e5ae3a6

Please sign in to comment.