Skip to content

Commit

Permalink
Added job throttleing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelloeater committed Sep 21, 2024
1 parent 680ec33 commit 1ded208
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 26 deletions.
28 changes: 3 additions & 25 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
needs:
- goreleaser
strategy:
max-parallel: 3
matrix:
distro:
- debian/bullseye
Expand Down Expand Up @@ -106,6 +107,7 @@ jobs:
needs:
- goreleaser
strategy:
max-parallel: 2
matrix:
distro:
- fedora/38
Expand All @@ -132,36 +134,12 @@ jobs:
packagecloud-distro: ${{ matrix.distro }}
packagecloud-token: ${{ secrets.PACKAGECLOUD_TOKEN }}

pkgcld_amd64-apk:
runs-on: ubuntu-latest
needs:
- goreleaser
strategy:
matrix:
distro:
- alpine/v3.20
- alpine/v3.19
- alpine/v3.18
steps:
- name: Download .apk artifact
uses: actions/download-artifact@v3
with:
name: apk-package

- name: Push package to packagecloud.io
uses: computology/[email protected]
with:
package-name: ./*.apk
packagecloud-username: jelloeater
packagecloud-reponame: stampy
packagecloud-distro: ${{ matrix.distro }}
packagecloud-token: ${{ secrets.PACKAGECLOUD_TOKEN }}

pkgcld_arm-deb:
runs-on: ubuntu-latest
needs:
- goreleaser
strategy:
max-parallel: 1
matrix:
distro:
- raspbian/forky
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## Install

### Apt-Get (Perfered)
### Apt (Perfered)

https://packagecloud.io/jelloeater/stampy

Expand All @@ -20,6 +20,13 @@ curl -s https://packagecloud.io/install/repositories/jelloeater/stampy/script.de
sudo apt-get install stampy
```

### Yum (Perfered)

```shell
curl -s https://packagecloud.io/install/repositories/jelloeater/stampy/script.rpm.sh | sudo bash
sudo yum install stampy
```

### Binary (eget)

Use <https://github.com/zyedidia/eget>
Expand Down

0 comments on commit 1ded208

Please sign in to comment.