We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c317d commit ef87b00Copy full SHA for ef87b00
.github/workflows/buildAndPush-binary-to-release.yml
@@ -27,7 +27,6 @@ jobs:
27
overwrite: true
28
build_command: "make"
29
build_flags: "build VERSION=${{ env.GITHUB_REF_NAME }}"
30
- executable_compression: "upx -9"
31
goversion: 1.22 # 可以指定编译使用的 Golang 版本
32
binary_name: "cloud_dns_exporter" # 可以指定二进制文件的名称
33
extra_files: config.example.yaml LICENSE README.md # 需要包含的额外文件
0 commit comments