Skip to content

Commit

Permalink
Update all the jobs of the Release workflows to use large runners
Browse files Browse the repository at this point in the history
  • Loading branch information
misraved committed Dec 13, 2023
1 parent 24974e6 commit a497dd6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/registry-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
publish-deploy:
name: Publish and Deploy
runs-on:
labels: ubuntu_4_core
group: large-runners
needs:
- build

Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
tag-versions:
name: Set Version tags
runs-on:
labels: ubuntu_4_core
group: large-runners
needs:
- publish-deploy

Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/steampipe-anywhere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,15 @@ jobs:
ls -ltr
go mod tidy
- name: Increase swapfile
run: |
sudo swapoff -a
sudo fallocate -l 15G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
sudo swapon --show
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit a497dd6

Please sign in to comment.