aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/cross-release.yml
diff options
context:
space:
mode:
author简律纯 <hsiangnianian@outlook.com>2023-04-28 01:36:55 +0800
committer简律纯 <hsiangnianian@outlook.com>2023-04-28 01:36:55 +0800
commitfc8c5fdce62fb229202659408798a7b6c98f6e8b (patch)
tree7554f80e50de4af6fd255afa7c21bcdd58a7af34 /cli/cross-release.yml
parentdd84b9d64fb98746a230cd24233ff50a562c39c9 (diff)
downloadHydroRoll-fc8c5fdce62fb229202659408798a7b6c98f6e8b.tar.gz
HydroRoll-fc8c5fdce62fb229202659408798a7b6c98f6e8b.zip
Diffstat (limited to 'cli/cross-release.yml')
-rw-r--r--cli/cross-release.yml61
1 files changed, 0 insertions, 61 deletions
diff --git a/cli/cross-release.yml b/cli/cross-release.yml
deleted file mode 100644
index 18e449f..0000000
--- a/cli/cross-release.yml
+++ /dev/null
@@ -1,61 +0,0 @@
-project_name: turbo
-before:
- hooks:
- - make compile-protos
- - go mod tidy
-
-dist: dist-cross
-
-builds:
- - id: turbo
- main: ./cmd/turbo
- tags:
- - rust
- - staticbinary
- binary: bin/go-turbo
- flags:
- - -trimpath
- ldflags:
- - -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.CommitDate}} -X main.builtBy=goreleaser
- mod_timestamp: "{{ .CommitTimestamp }}"
- env:
- - CGO_ENABLED=1
- hooks:
- pre:
- - cmd: make turborepo-ffi-install-{{ .Os }}-{{ .Arch }}
- output: true
- targets:
- - linux_arm64
- - linux_amd64
- - windows_amd64
- overrides:
- - goos: linux
- goarch: arm64
- ldflags: -linkmode external -extldflags="-static" -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.CommitDate}} -X main.builtBy=goreleaser
- env:
- - CC=zig cc -target aarch64-linux-musl
- - CXX=zig c++ -target aarch64-linux-musl
- - goos: linux
- goarch: amd64
- goamd64: v1
- ldflags: -linkmode external -extldflags="-static" -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.CommitDate}} -X main.builtBy=goreleaser
- env:
- - CC=zig cc -target x86_64-linux-musl
- - CXX=zig c++ -target x86_64-linux-musl
- - goos: windows
- goarch: arm64
- env:
- - CC=/llvm-mingw/llvm-mingw/bin/aarch64-w64-mingw32-gcc
- - CXX=/llvm-mingw/llvm-mingw/bin/aarch64-w64-mingw32-g++
- - goos: windows
- goarch: amd64
- goamd64: v1
- env:
- - CC=x86_64-w64-mingw32-gcc
- - CXX=x86_64-w64-mingw32-g++
-
-archives:
- - format: binary
-
-release:
- disable: true