Skip to content

Commit ae425d1

Browse files
committed
.github/workflows: drop windows/arm support
1 parent 335b98c commit ae425d1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
# Check cross-compiling Windows binaries.
5555
env GOOS=windows GOARCH=386 go build -v ./...
5656
env GOOS=windows GOARCH=amd64 go build -v ./...
57-
env GOOS=windows GOARCH=arm go build -v ./...
5857
env GOOS=windows GOARCH=arm64 go build -v ./...
5958
6059
# Check cross-compiling macOS binaries.

0 commit comments

Comments
 (0)