From 001fda53934fc151cbbc0a34252c7e0becd4a670 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Mon, 27 Jul 2026 18:13:44 +0200 Subject: [PATCH] Add Linux ARM64 UI build --- .goreleaser_ui.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser_ui.yaml b/.goreleaser_ui.yaml index 197fcd440..14ae5831b 100644 --- a/.goreleaser_ui.yaml +++ b/.goreleaser_ui.yaml @@ -21,6 +21,7 @@ builds: - linux goarch: - amd64 + - arm64 ldflags: - -s -w -X github.com/netbirdio/netbird/version.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.CommitDate}} -X main.builtBy=goreleaser mod_timestamp: "{{ .CommitTimestamp }}"