mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-07-24 04:27:51 +00:00
fixup! this only builds on linux
This commit is contained in:
parent
9abfe8ae8e
commit
d30d9356d1
2 changed files with 0 additions and 5 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -31,7 +31,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
args: release --clean
|
args: release --clean
|
||||||
goos: ["linux"]
|
|
||||||
env:
|
env:
|
||||||
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
|
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
|
||||||
# GitHub sets this automatically
|
# GitHub sets this automatically
|
||||||
|
|
|
@ -17,13 +17,9 @@ builds:
|
||||||
ldflags:
|
ldflags:
|
||||||
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
|
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
|
||||||
goos:
|
goos:
|
||||||
- freebsd
|
|
||||||
- windows
|
|
||||||
- linux
|
- linux
|
||||||
- darwin
|
|
||||||
goarch:
|
goarch:
|
||||||
- amd64
|
- amd64
|
||||||
- '386'
|
|
||||||
- arm
|
- arm
|
||||||
- arm64
|
- arm64
|
||||||
ignore:
|
ignore:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue