fix mod download
Some checks failed
Build and Package OPKG / build (arm, arm) (push) Failing after 37s
Build and Package OPKG / build (arm64, arm64) (push) Has been cancelled
Build and Package OPKG / build (mips, mips, softfloat) (push) Has been cancelled
Build and Package OPKG / build (mipsle, mipsle, softfloat) (push) Has been cancelled

This commit is contained in:
Vladimir Avtsenov 2025-02-13 20:00:44 +03:00
parent 17ea78a32d
commit f602e461e4

View File

@ -31,7 +31,8 @@ jobs:
- name: Build binary - name: Build binary
run: | run: |
GOOS=linux GOARCH=${{ matrix.goarch }} GOMIPS=${{ matrix.gomips }} go build -o kvas2-${{ matrix.arch }} go mod tidy
GOOS=linux GOARCH=${{ matrix.goarch }} GOMIPS=${{ matrix.gomips }} go build -o kvas2-${{ matrix.arch }} -v -a -trimpath -ldflags="-w -s" .
- name: Package as OPKG - name: Package as OPKG
run: | run: |