From 7ff3ef4bfb7db83143c4257ff3c8bb4467c98e90 Mon Sep 17 00:00:00 2001 From: Maddie Zhan Date: Thu, 30 Apr 2026 14:23:29 +0800 Subject: [PATCH] fix: remove unsupported archs on linux platform --- .goreleaser.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 9f29e95..a6932d2 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -50,19 +50,6 @@ builds: goarch: - amd64 - arm64 - - main: ./main.go - id: speedtest-backend-noupx-linux - binary: speedtest-backend - env: - - CGO_ENABLED=0 - flags: - - -trimpath - ldflags: - - -w -s - goos: - - linux - goarch: - - mips64le - main: ./main.go id: speedtest-backend-noupx-windows-arm64 binary: speedtest-backend