Claude
f445202cb8
Fix goreleaser deprecation warnings
...
- archives.format → archives.formats (now a list)
- archives.builds → archives.ids (renamed for consistency)
- dockers → dockers_v2 (new consolidated docker config)
- Update Dockerfile to use TARGETPLATFORM build arg
https://claude.ai/code/session_01QqkHTjwoFvsNUXtQj3RaU8
2026-03-24 13:40:06 +00:00
Thomas Pelletier
048a25f0f2
Go 1.26 ( #1030 )
...
* ci(release): drop unsupported windows/arm targets
2026-03-03 01:29:35 -05:00
Thomas Pelletier
af236b689f
Fix goreleaser deprecated attribute name ( #964 )
...
https://goreleaser.com/deprecations/#snapshotname_template
2024-08-23 13:56:48 -04:00
Daniel Weiße
0977c05dd5
Update goreleaser action to v6 and set goreleaser binary to v2 ( #959 )
...
Signed-off-by: Daniel Weiße <dw@edgeless.systems >
2024-08-17 15:40:55 -04:00
michalbiesek
f7d9b9ba53
Build riscv64 binaries for linux ( #884 )
...
Signed-off-by: Michal Biesek <michalbiesek@gmail.com >
2023-08-20 19:48:24 +02:00
Thomas Pelletier
216628222f
Build arm + arm64 binaries for linux and windows ( #790 )
...
* Build arm + arm64 binaries for linux and windows
* Type MaxInt64 to avoid overflow on 32 bits arch
On a 32 bits arch, math.MaxIn64 is interpreted as an int, and therefore
overflows. This causes compilation to build on those platforms.
2022-06-08 18:05:42 -04:00
Thomas Pelletier
4d51831dab
build: replace grc.io with ghcr.io
2021-12-31 20:10:36 -05:00
Thomas Pelletier
2373685f1e
Docker + goreleaser ( #729 )
2021-12-31 19:55:31 -05:00