Skip to content

Commit

Permalink
introduce AlmaLinux and RockyLinux
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Jun 25, 2021
1 parent 8c6d03c commit 76e021a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,22 @@ blobs:
bucket: shogo82148-rpm-temporary
ids: [package-arm64]
folder: centos/8/aarch64/go-server-starter
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-amd64]
folder: almalinux/8/x86_64/go-server-starter
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-arm64]
folder: almalinux/8/aarch64/go-server-starter
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-amd64]
folder: rockylinux/8/x86_64/go-server-starter
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-arm64]
folder: rockylinux/8/aarch64/go-server-starter

changelog:
sort: asc
Expand Down

0 comments on commit 76e021a

Please sign in to comment.