Skip to content

Commit

Permalink
Remove windows binary building which is not needed
Browse files Browse the repository at this point in the history
and also fails to build with error:

```
  ⨯ release failed after 3m17s               error=failed to build for windows_amd64_v1: exit status 1: go: downloading github.com/kairos-io/kairos-sdk v0.0.17
...
package github.com/kairos-io/provider-kairos/v2
	imports github.com/kairos-io/provider-kairos/v2/internal/cli
	imports github.com/kairos-io/kairos-agent/v2/pkg/config
	imports github.com/kairos-io/kairos-agent/v2/pkg/utils/partitions
	imports github.com/jaypipes/ghw/pkg/linuxpath: build constraints exclude all Go files in /home/runner/go/pkg/mod/github.com/jaypipes/ghw@v0.12.0/pkg/linuxpath

Error: The process '/opt/hostedtoolcache/goreleaser-action/1.22.1/x64/goreleaser' failed with exit code 1
```

Failure introduced here: 2d5ff88

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
  • Loading branch information
jimmykarily committed Dec 12, 2023
1 parent f71257e commit bf1ee98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ builds:
- CGO_ENABLED=0
goos:
- linux
- windows
goarch:
- amd64
- '386'
Expand All @@ -20,7 +19,6 @@ builds:
- CGO_ENABLED=0
goos:
- linux
- windows
goarch:
- amd64
- '386'
Expand Down

0 comments on commit bf1ee98

Please sign in to comment.