fix: enable loong64 architecture in lint workflow

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
pull/1827/head
Matthieu MOREL 2 months ago
parent 92e037d58c
commit e6e1134de7

@ -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}

Loading…
Cancel
Save