diff --git a/.github/workflows/build-syncthing.yaml b/.github/workflows/build-syncthing.yaml index 2f216f540..e8d36e5f0 100644 --- a/.github/workflows/build-syncthing.yaml +++ b/.github/workflows/build-syncthing.yaml @@ -26,7 +26,7 @@ env: BUILD_USER: builder BUILD_HOST: github.syncthing.net - TAGS: "netgo osusergo sqlite_omit_load_extension sqlite_dbstat" + TAGS: "sqlite_omit_load_extension sqlite_dbstat" # A note on actions and third party code... The actions under actions/ (like # `uses: actions/checkout`) are maintained by GitHub, and we need to trust diff --git a/lib/build/build.go b/lib/build/build.go index 32ee763f4..b2553b80e 100644 --- a/lib/build/build.go +++ b/lib/build/build.go @@ -49,8 +49,6 @@ var ( replaceTags = map[string]string{ "sqlite_omit_load_extension": "", "sqlite_dbstat": "", - "osusergo": "", - "netgo": "", } )