Skip to content

Commit

Permalink
Merge pull request #362 from Nmishin/feat/cloudsmiths
Browse files Browse the repository at this point in the history
Include more linux distributives to the cloudsmiths config
  • Loading branch information
kvendingoldo authored Feb 18, 2025
2 parents 55e9301 + fdf6da8 commit dd68c23
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 dd68c23

Please sign in to comment.