Carlos Alexandro Becker
d583861e06
feat(build): add GO386, GOMIPS64, GORISCV64, and GOPPC64 support ( #5186 )
...
continuing the work of #5153
closes #5153
---------
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Co-authored-by: 世界 <i@sekai.icu>
2024-10-14 09:40:10 -03:00
Carlos Alexandro Becker
ec2db4a727
feat!: rename module to /v2 ( #4894 )
...
<!--
Hi, thanks for contributing!
Please make sure you read our CONTRIBUTING guide.
Also, add tests and the respective documentation changes as well.
-->
<!-- If applied, this commit will... -->
...
<!-- Why is this change being made? -->
...
<!-- # Provide links to any relevant tickets, URLs or other resources
-->
...
---------
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-05-26 15:02:57 -03:00
Maxime Brunet
b614d646ef
feat: support netbsd/arm64 ( #4706 )
...
Add support for `goos=netbsd`,`goarch=arm64` build target
Supported since golang/go@d23cba683e . Like
`freebsd/arm64`, it is not documented in the [official
list](https://go.dev/doc/install/source#environment )
2024-03-17 14:35:55 -03:00
Carlos Alexandro Becker
a14404f0f3
feat: support WASI ( #4230 )
...
`wasip1` is a valid `GOOS` value in the upcoming go 1.21.
2023-09-02 14:43:07 -03:00
Carlos Alexandro Becker
06d0ce0f4a
feat: support goarch=loong64 ( #3277 )
...
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2022-08-03 09:38:09 -03:00
Carlos A Becker
bc1e9db47b
fix: support ios/arm64
...
closes #3251
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2022-07-26 09:30:04 -03:00
Carlos Alexandro Becker
236e987ced
refactor(build): remove unused param ( #3248 )
...
we dont need to check the go version anymore, so we can remove all this
now.
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2022-07-22 09:51:39 -03:00
Carlos Alexandro Becker
0f128690a0
feat: removed deprecated windows arm handling on go 1.16 ( #3157 )
...
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2022-06-12 20:04:19 -03:00
Carlos A Becker
53bbc6546f
fix: goamd64 should allow the only range from v1 to v4
...
It was just allowing v2 and v3 due to some misreading on my side.
This commit fixes it to allow v1, v2, v3 and v4.
refs #3016
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-04-13 21:30:08 -03:00
Carlos Alexandro Becker
b0583c700b
feat: support GOAMD64 ( #3016 )
...
* feat: support GOAMD64
* fix: test
* wip
* wip: docker et al
* fix: archive format name
* test: added new test
* feat: nfpm amd4, mips et al
* chore: rm unused file
* fix: brew for multiple goamd64
* fix: krew
* feat: aur
* feat: krew
* docs: brew
* feat: gofis
* feat: scoop
* fix: docker filters
* fix: snapcraft
* fix: improve diff a bit
* fix: snapcraft name template
2022-04-11 22:43:22 -03:00
Carlos Alexandro Becker
d81820bb01
feat: remove some deprecated code, go 1.15 support ( #2985 )
...
* feat: remove some deprecated code, go 1.15 support
- auto ignore darwin/arm64 on go <1.15, check https://goreleaser.com/deprecations/#builds-for-darwinarm64
- `dockers.use_buildx` (do not mix with `dockers.use: buildx`), check https://goreleaser.com/deprecations/#dockersuse_buildx
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* test: remove deprecated test
2022-03-16 23:37:29 -03:00
Carlos Alexandro Becker
3c4e797150
feat: upgrade to go 1.18 ( #2978 )
...
* feat: upgrade to go 1.18
* chore: go mod tidy
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* test: fix
* fix: more updates
* test: fix test
2022-03-16 21:51:48 -03:00
Pedro López Mareque
160d97af40
fix: check if builds.dir is a directory ( #2587 )
...
* fix: validate builds.main
* fix: pr comments
2021-10-16 21:42:53 -03:00
Carlos Alexandro Becker
6f219c2c38
test: coverage of buildtarget package
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-09-11 14:33:01 -03:00
Carlos Alexandro Becker
d77f862fa4
refactor: improve build ( #2475 )
...
* refactor: improve build
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* test: coverage
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-09-11 13:01:57 -03:00