From 4f532b8426371fb5242f83092cc2a67576bae95d Mon Sep 17 00:00:00 2001 From: Shtorm <108103062+shtorm-7@users.noreply.github.com> Date: Sat, 30 May 2026 20:34:17 +0300 Subject: [PATCH] Fix naivebuild --- .goreleaser.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 4add0868..f11f5ea3 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -29,11 +29,15 @@ builds: - GOTOOLCHAIN=local targets: - linux_386 + - linux_amd64_v1 + - linux_arm64 - linux_arm_6 - linux_arm_7 - linux_s390x - linux_riscv64 + - windows_amd64_v1 - windows_386 + - windows_arm64 - darwin_amd64_v1 - darwin_arm64 mod_timestamp: '{{ .CommitTimestamp }}' @@ -386,7 +390,7 @@ archives: - LICENSE - src: dist/naive-purego-linux-amd64_*/libcronet* strip_parent: true - name_template: '{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}' + name_template: '{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}-purego' - id: archive-naive-purego-linux-arm64 <<: *template builds: @@ -395,7 +399,7 @@ archives: - LICENSE - src: dist/naive-purego-linux-arm64_*/libcronet* strip_parent: true - name_template: '{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}' + name_template: '{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}-purego' - id: archive-naive-purego-windows-amd64 <<: *template builds: @@ -404,7 +408,7 @@ archives: - LICENSE - src: dist/naive-purego-windows-amd64_*/libcronet* strip_parent: true - name_template: '{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}' + name_template: '{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}-purego' - id: archive-naive-purego-windows-arm64 <<: *template builds: @@ -413,7 +417,7 @@ archives: - LICENSE - src: dist/naive-purego-windows-arm64_*/libcronet* strip_parent: true - name_template: '{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}' + name_template: '{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}-purego' - id: archive-legacy <<: *template builds: