From 66bd6f99c5479d6aa5dd9f8f2780d921275c5b72 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Mon, 11 Jul 2022 20:38:54 -0700 Subject: [PATCH] compiling solaris binaries related #120 --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 211a579..dfa57fb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -91,6 +91,7 @@ jobs: - { on: ubuntu-latest, goos: linux, goarch: arm, goarm: 6 } - { on: ubuntu-latest, goos: linux, goarch: arm, goarm: 7 } - { on: ubuntu-latest, goos: linux, goarch: arm64 } + - { on: ubuntu-latest, goos: solaris, goarch: amd64 } - { on: macos-latest, goos: darwin, goarch: amd64 } - { on: macos-latest, goos: darwin, goarch: arm64 } - { on: macos-latest, goos: freebsd, goarch: amd64 }