Skip to content

Commit

Permalink
Include more linux distributives to the cloudsmiths config
Browse files Browse the repository at this point in the history
Added three latest versions if Ubuntu, RH, and Alpine.

Signed-off-by: Nikolai Mishin <[email protected]>
  • Loading branch information
Nmishin committed Feb 18, 2025
1 parent 55e9301 commit fdf6da8
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .goreleaser_release_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,21 @@ cloudsmiths:
- organization: tofuutils
repository: tenv
distributions:
deb: "ubuntu/xenial"
alpine: "alpine/v3.8"
deb: "ubuntu/focal"
alpine: "alpine/v3.7"
rpm: "el/7"
- organization: tofuutils
repository: tenv
distributions:
deb: "ubuntu/jammy"
alpine: "alpine/v3.8"
rpm: "el/8"
- organization: tofuutils
repository: tenv
distributions:
deb: "ubuntu/noble"
alpine: "alpine/v3.9"
rpm: "el/9"

aurs:
- name: tenv-bin
Expand Down

0 comments on commit fdf6da8

Please sign in to comment.