Skip to content

Commit

Permalink
Merge pull request #154 from SaveTheRbtz/rbtz/cleanup7
Browse files Browse the repository at this point in the history
chore(ci): remove unused filters
  • Loading branch information
SaveTheRbtz authored Aug 2, 2024
2 parents 4d2fd92 + 9fc0c00 commit e1d2bfc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ jobs:
working-directory: ./${{ matrix.dir }}
run: |
for OSARCH in $(go tool dist list -json | jq -r '.[] | select(.FirstClass) | [.GOOS , .GOARCH] | join("/")'); do
case $OSARCH in
freebsd*|darwin*|linux*|windows*|wasip*) ;;
*) continue ;;
esac
case $OSARCH in
*arm64|*arm|*amd64|*386|*riscv64|*wasm) ;;
*) continue ;;
esac
IFS="/" read -r OS ARCH <<< "$OSARCH"
echo "Building for $OS $ARCH"
GOOS=$OS GOARCH=$ARCH go build ./...
Expand Down

0 comments on commit e1d2bfc

Please sign in to comment.