From e6e1134de7ce33a402948a9305b85ed899c041bd Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Mon, 17 Mar 2025 07:50:27 +0100 Subject: [PATCH] fix: enable loong64 architecture in lint workflow Signed-off-by: Matthieu MOREL --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 83884af..ed6d522 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}