diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a63488f..118811e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -33,7 +33,7 @@ jobs: - {os: ubuntu-latest, CGO_ENABLED: "0", GOOS: linux, GOARCH: amd64} - {os: ubuntu-latest, CGO_ENABLED: "0", GOOS: linux, GOARCH: arm64} - {os: ubuntu-latest, CGO_ENABLED: "0", GOOS: linux, GOARCH: arm} -# - {os: ubuntu-latest, CGO_ENABLED: "0", GOOS: linux, GOARCH: loong64} # FIXME + - {os: ubuntu-latest, CGO_ENABLED: "0", GOOS: linux, GOARCH: loong64} - {os: ubuntu-latest, CGO_ENABLED: "0", GOOS: linux, GOARCH: mips64} - {os: ubuntu-latest, CGO_ENABLED: "0", GOOS: linux, GOARCH: mips64le} - {os: ubuntu-latest, CGO_ENABLED: "0", GOOS: linux, GOARCH: mips}