Skip to content

Commit

Permalink
fixup! feat(platforms): add windows, temporarily disable linux/arm64
Browse files Browse the repository at this point in the history
Signed-off-by: Szilard Parrag <[email protected]>
  • Loading branch information
OverOrion committed Apr 30, 2024
1 parent efbf9c7 commit c0b304b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Check GoReleaser Configuration
strategy:
matrix:
GOOS: [linux]
GOOS: [linux, windows]
runs-on: ubuntu-20.04

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
GOOS: [linux]
GOOS: [linux, windows]
runs-on: ubuntu-20.04

steps:
Expand Down

0 comments on commit c0b304b

Please sign in to comment.