Skip to content

Commit 8e2f179

Browse files
committed
Remove windows arm 32 build
1 parent 5f513c8 commit 8e2f179

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
CGO_ENABLED=0 GOARCH=arm go build -ldflags="-s -w" -o tgpt-linux-arm
3232
3333
GOOS=windows GOARCH=amd64 go build -ldflags="-s -w" -o tgpt-amd64.exe
34-
GOOS=windows GOARCH=arm go build -ldflags="-s -w" -o tgpt-arm.exe
3534
GOOS=windows GOARCH=arm64 go build -ldflags="-s -w" -o tgpt-arm64.exe
3635
GOOS=windows GOARCH=386 go build -ldflags="-s -w" -o tgpt-i386.exe
3736

0 commit comments

Comments
 (0)