Skip to content

Commit

Permalink
Increase parallelism during release
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyzimmer committed Jul 26, 2023
1 parent 526828a commit 4ef8459
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
NODE_VERSION: 18
GOLANGCI_LINT_VERSION: v1.53.2
DOCKER_PLATFORMS: linux/amd64,linux/arm64,linux/arm,linux/386,linux/ppc64le,linux/s390x
RELEASE_PARALLELISM: 3

jobs:
lint:
Expand Down Expand Up @@ -144,7 +145,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
version: latest
args: release ${{ steps.release-args.outputs.args }}
args: release --parallelism=${{ env.RELEASE_PARALLELISM }} ${{ steps.release-args.outputs.args }}

- name: Login to GHCR
uses: docker/login-action@v2
Expand Down

0 comments on commit 4ef8459

Please sign in to comment.