Compare commits

..

1 Commits

Author SHA1 Message Date
a18dac6b68 test action
Some checks failed
Build and Package OPKG / build (arm, arm) (push) Failing after 51s
Build and Package OPKG / build (arm64, arm64) (push) Failing after 8s
Build and Package OPKG / build (mips, mips, softfloat) (push) Failing after 8s
Build and Package OPKG / build (mipsle, mipsle, softfloat) (push) Failing after 8s
2025-02-13 19:58:22 +03:00

View File

@ -31,7 +31,6 @@ jobs:
- name: Build binary - name: Build binary
run: | run: |
go mod download
GOOS=linux GOARCH=${{ matrix.goarch }} GOMIPS=${{ matrix.gomips }} go build -o kvas2-${{ matrix.arch }} GOOS=linux GOARCH=${{ matrix.goarch }} GOMIPS=${{ matrix.gomips }} go build -o kvas2-${{ matrix.arch }}
- name: Package as OPKG - name: Package as OPKG