From 106f0bcf793f4f2f4465f9865a7c2cb5e93ada4a Mon Sep 17 00:00:00 2001 From: Dimitris Dalianis Date: Wed, 20 Nov 2024 11:02:05 +0200 Subject: [PATCH] Build for Linux Apple M chips --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1426427..985b899 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,10 @@ jobs: artifact_name: keyvalDetector asset_name: keyvalDetector-linux-amd64 build_params: "GOOS=linux GOARCH=amd64" + - os: ubuntu-latest + artifact_name: keyvalDetector + asset_name: keyvalDetector-linux-arm64 + build_params: "GOOS=linux GOARCH=arm64" # - os: windows-latest # artifact_name: keyvalDetector.exe # asset_name: keyvalDetector-windows-amd64