File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 with :
3636 distribution : goreleaser
3737 version : latest
38- args : build --snapshot --clean --debug --timeout 2h --single-target
38+ args : build --snapshot --clean --debug --timeout 2h --single-target --parallelism=1
3939 env :
4040 ARCH : " ${{ matrix.arch }}"
4141 GOARCH : " ${{ matrix.arch }}"
Original file line number Diff line number Diff line change 4545 with :
4646 distribution : goreleaser
4747 version : latest
48- args : build --clean --debug --timeout 2h --single-target
48+ args : build --clean --debug --timeout 2h --single-target --parallelism=1
4949 env :
5050 ARCH : " ${{ matrix.arch }}"
5151 GOARCH : " ${{ matrix.arch }}"
5656 with :
5757 distribution : goreleaser
5858 version : latest
59- args : release --clean --debug --timeout 2h -f dist/config.yaml
59+ args : release --clean --debug --timeout 2h -f dist/config.yaml --parallelism=1
6060 env :
6161 ARCH : " ${{ matrix.arch }}"
6262 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments