Исправление CI сборок #2

Merged
Ponywka merged 8 commits from feature/pr_ci into main 2025-02-14 17:36:00 -05:00
Showing only changes of commit c7dac46d67 - Show all commits

View File

@ -11,7 +11,7 @@ ifeq ($(shell git rev-parse --abbrev-ref HEAD), main)
OPKG_REVISION = -$(shell expr $(COMMITS_SINCE_TAG) + 1) OPKG_REVISION = -$(shell expr $(COMMITS_SINCE_TAG) + 1)
endif endif
ARCH ?= mipsel ARCH ?= mipsel-3.4
GOOS ?= linux GOOS ?= linux
GOARCH ?= mipsle GOARCH ?= mipsle
GOMIPS ?= softfloat GOMIPS ?= softfloat