diff --git a/.promu-go.yml b/.promu-go.yml index dc85ea2..6548f29 100644 --- a/.promu-go.yml +++ b/.promu-go.yml @@ -27,11 +27,11 @@ crossbuild: - linux/386 - linux/amd64 - linux/arm64 - - linux/mips - - linux/mips64 - - linux/mips64le - - linux/mipsle + # - linux/mips + # - linux/mips64 + # - linux/mips64le + # - linux/mipsle # - linux/ppc64 - - linux/ppc64le - - linux/riscv64 + # - linux/ppc64le + # - linux/riscv64 # - linux/s390x diff --git a/pkg/collector/bpf/Makefile.common b/pkg/collector/bpf/Makefile.common index e70b31f..e617a88 100644 --- a/pkg/collector/bpf/Makefile.common +++ b/pkg/collector/bpf/Makefile.common @@ -27,7 +27,7 @@ else ifeq ($(GOARCH),amd64) else ifeq ($(GOARCH),arm64) BPF_TARGET_ARCH = arm64 BPF_TARGET_MARCH = bpfel -else ifeq ($(GOARCH),mpis) +else ifeq ($(GOARCH),mips) BPF_TARGET_ARCH = mips BPF_TARGET_MARCH = bpfeb else ifeq ($(GOARCH),ppc64)