1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-05 13:15:26 +02:00
Carlos Alexandro Becker 84f136202f
build: constant archive files owner, group, and mtime (#5088)
before:

```sh
$ tar tvzf dist/goreleaser_Linux_x86_64.tar.gz                                  
-rw-rw-r-- twp/twp        1085 2024-08-17 09:19 LICENSE.md
-rw-rw-r-- twp/twp       12982 2024-08-17 09:19 README.md
-rw-rw-r-- twp/twp       11975 2024-08-17 18:10 completions/goreleaser.bash
-rw-rw-r-- twp/twp       10061 2024-08-17 18:10 completions/goreleaser.fish
-rw-rw-r-- twp/twp        7892 2024-08-17 18:10 completions/goreleaser.zsh
-rw-rw-r-- twp/twp        1594 2024-08-17 18:10 manpages/goreleaser.1.gz
-rwxrwxr-x root/root  66003096 2024-08-16 19:49 goreleaser
```

after this change:

```sh
$ tar tvf dist/goreleaser_Linux_arm64.tar.gz
-rw-r--r-- root/root      1085 2024-08-18 15:36 LICENSE.md
-rw-r--r-- root/root     12982 2024-08-18 15:36 README.md
-rw-r--r-- root/root     11975 2024-08-18 15:36 completions/goreleaser.bash
-rw-r--r-- root/root     10061 2024-08-18 15:36 completions/goreleaser.fish
-rw-r--r-- root/root      7892 2024-08-18 15:36 completions/goreleaser.zsh
-rw-r--r-- root/root      1594 2024-08-18 15:36 manpages/goreleaser.1.gz
-rwxr-xr-x root/root  63439000 2024-08-18 15:36 goreleaser
```

closes #5086

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-08-18 16:08:34 -03:00
2024-08-15 15:36:18 -03:00
2024-07-17 10:56:36 -03:00
2024-08-14 23:45:12 -03:00
2024-01-24 08:00:52 -03:00
2023-12-28 20:49:23 -03:00
2023-05-25 23:07:10 -03:00
2024-08-03 14:30:10 -03:00
2022-08-21 15:36:37 -03:00
2022-10-31 16:06:50 -03:00
2023-04-30 14:19:55 -03:00
2024-07-10 01:27:11 -03:00
2024-08-15 02:43:54 +00:00
2024-08-15 14:35:52 -03:00
2022-02-08 14:21:36 -03:00
2024-05-26 15:02:57 -03:00
2024-08-05 09:38:49 -03:00
2023-10-02 18:04:20 +00:00
2024-07-10 00:03:07 -03:00
2024-08-06 00:04:11 -03:00

GoReleaser Logo

GoReleaser

Deliver Go binaries as fast and easily as possible.


GoReleaser builds Go binaries for several platforms, creates a GitHub release and then pushes a Homebrew formula to a tap repository. All that wrapped in your favorite CI.


Get GoReleaser

Documentation

Documentation is hosted live at https://goreleaser.com

Community

You have questions, need support and or just want to talk about GoReleaser?

Here are ways to get in touch with the GoReleaser community:

Join Discord Follow Twitter GitHub Discussions

You can find the links above and all others here.

Code of Conduct

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. We appreciate your contribution. Please refer to our contributing guidelines for further information.

Badges

Release Software License Build status Codecov branch Artifact Hub Go Doc Powered By: GoReleaser Backers on Open Collective Sponsors on Open Collective Conventional Commits CII Best Practices

GitHub Sponsors

High-tier sponsors of @caarlos0 on GitHub:

OpenCollective

Sponsors

Does your company use goreleaser? Help keep the project bug-free and feature rich by sponsoring the project.

Backers

Love our work and community? Become a backer.

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Stargazers over time

Stargazers over time

Languages
Go 93.4%
Nix 2.1%
Ruby 2%
YAML 1%
HTML 0.6%
Other 0.9%