From 1244b0b164d214f36f3b5a5cfe7f4ebf4731332f Mon Sep 17 00:00:00 2001 From: Thomas FOUBERT Date: Mon, 15 Apr 2024 22:59:56 -0400 Subject: [PATCH] hotfix: github action build job lost it's matrix --- .github/workflows/go-build-and-release.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/go-build-and-release.yml b/.github/workflows/go-build-and-release.yml index 32a6162..1f2156e 100644 --- a/.github/workflows/go-build-and-release.yml +++ b/.github/workflows/go-build-and-release.yml @@ -14,6 +14,17 @@ env: jobs: build: + strategy: + matrix: + component: + - server + - agent + os: + - linux + - darwin + arch: + - amd64 + - arm64 permissions: id-token: write # To sign. contents: write # To upload release assets.