diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 358320d..fc238cb 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v3 - name: Build - run: go build -v . + run: CGO_ENABLED=0 go build -v . - name: Make package run: tar -zcvf NoteIsSite.tar.gz NoteIsSite