Skip to content

Commit

Permalink
Merge pull request #114 from shogo82148/fix-deprecation-of-gorelease
Browse files Browse the repository at this point in the history
fix deprecation notice of goreleaser
  • Loading branch information
shogo82148 committed Apr 7, 2024
2 parents 34caf35 + a077757 commit a0a5d4b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,59 +77,59 @@ blobs:
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-amd64]
folder: amazonlinux/2/x86_64/schemalex-deploy
directory: amazonlinux/2/x86_64/schemalex-deploy
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-arm64]
folder: amazonlinux/2/aarch64/schemalex-deploy
directory: amazonlinux/2/aarch64/schemalex-deploy
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-amd64]
folder: amazonlinux/2023/x86_64/schemalex-deploy
directory: amazonlinux/2023/x86_64/schemalex-deploy
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-arm64]
folder: amazonlinux/2023/aarch64/schemalex-deploy
directory: amazonlinux/2023/aarch64/schemalex-deploy
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-amd64]
folder: centos/7/x86_64/schemalex-deploy
directory: centos/7/x86_64/schemalex-deploy
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-arm64]
folder: centos/7/aarch64/schemalex-deploy
directory: centos/7/aarch64/schemalex-deploy
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-amd64]
folder: almalinux/8/x86_64/schemalex-deploy
directory: almalinux/8/x86_64/schemalex-deploy
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-arm64]
folder: almalinux/8/aarch64/schemalex-deploy
directory: almalinux/8/aarch64/schemalex-deploy
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-amd64]
folder: almalinux/9/x86_64/schemalex-deploy
directory: almalinux/9/x86_64/schemalex-deploy
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-arm64]
folder: almalinux/9/aarch64/schemalex-deploy
directory: almalinux/9/aarch64/schemalex-deploy
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-amd64]
folder: rockylinux/8/x86_64/schemalex-deploy
directory: rockylinux/8/x86_64/schemalex-deploy
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-arm64]
folder: rockylinux/8/aarch64/schemalex-deploy
directory: rockylinux/8/aarch64/schemalex-deploy
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-amd64]
folder: rockylinux/9/x86_64/schemalex-deploy
directory: rockylinux/9/x86_64/schemalex-deploy
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-arm64]
folder: rockylinux/9/aarch64/schemalex-deploy
directory: rockylinux/9/aarch64/schemalex-deploy

changelog:
use: github-native

0 comments on commit a0a5d4b

Please sign in to comment.