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 a non-versioned "latest" artifact #219

Merged
merged 3 commits into from
Feb 11, 2021
Merged

Conversation

bhamail
Copy link
Contributor

@bhamail bhamail commented Feb 11, 2021

There are a number of use cases enabled by producing a "non-versioned" (aka "latest") binary when releasing. This PR adds such binaries (I think...).

It relates to the following issue #s:

cc @bhamail / @DarthHater

@@ -83,7 +88,7 @@ dockers:
goos: linux
goarch: amd64
dockerfile: Dockerfile.goreleaser
binaries:
ids:
Copy link
Member

Choose a reason for hiding this comment

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

Did something change in goreleaser?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It was nagging about it:

• docker images    
            • DEPRECATED: `docker.binaries` should not be used anymore, check https://goreleaser.com/deprecations#dockerbinaries for more info.
            • DEPRECATED: `docker.binaries` should not be used anymore, check https://goreleaser.com/deprecations#dockerbinaries for more info.

Copy link
Member

@DarthHater DarthHater left a comment

Choose a reason for hiding this comment

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

Other than a tiny question, I see no issue here. Gonna have to test in PRODUCTION!!!

@bhamail bhamail merged commit 5baacba into main Feb 11, 2021
@bhamail bhamail deleted the non-versioned_latest_artifact branch February 11, 2021 21:50
zendern pushed a commit to zendern/nancy that referenced this pull request Mar 7, 2022
* add 'latest' archive, test it in production. YOLO!!!
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.

Remove version from github release artifact name
2 participants