Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add arm64 architecture to goreleaser #507

Merged
merged 6 commits into from
Feb 21, 2023
Merged

Add arm64 architecture to goreleaser #507

merged 6 commits into from
Feb 21, 2023

Conversation

fionaliao
Copy link
Contributor

@fionaliao fionaliao commented Feb 21, 2023

As requested by #506 (review)

Tested here: https://app.circleci.com/pipelines/github/grafana/carbon-relay-ng/314/workflows/c8068722-1e83-4cab-83d1-6e5aea53b09c/jobs/2863

Also updated a couple of goreleaser settings that were deprecated

@@ -171,4 +171,4 @@ jobs:
- checkout
- run: curl -sfL https://goreleaser.com/static/run | bash
# For dry runs use the following and comment the above
# - run: curl -sfL https://goreleaser.com/static/run | bash -s -- --rm-dist --skip-publish --snapshot
Copy link
Contributor Author

@fionaliao fionaliao Feb 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines -15 to -20
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was getting a warning DEPRECATED: archives.replacements should not be used anymore, check https://goreleaser.com/deprecations#archivesreplacements for more info, so updated to use name_template instead

https://app.circleci.com/pipelines/github/grafana/carbon-relay-ng/314/workflows/c8068722-1e83-4cab-83d1-6e5aea53b09c/jobs/2863/parallel-runs/0/steps/0-102

@fionaliao fionaliao marked this pull request as ready for review February 21, 2023 17:09
@fionaliao fionaliao merged commit a959c6f into master Feb 21, 2023
@fionaliao fionaliao deleted the fl/goreleaser-arm branch February 21, 2023 17:21
@jesusvazquez
Copy link
Member

💪 Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants