From 53bc140a6ae8d59580d878e2d09aaa4dad791b8f Mon Sep 17 00:00:00 2001 From: mehran-prs Date: Thu, 16 May 2024 22:40:43 +0330 Subject: [PATCH] Relesae for all platforms --- .github/workflows/ci.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2457cd9..2050704 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,20 +33,20 @@ jobs: strategy: matrix: target: -# - 'windows/amd64' -# - 'windows/386' -# - 'windows/arm64' -# - 'linux/amd64' -# - 'linux/386' -# - 'linux/arm64' -# - 'linux/arm' + - 'windows/amd64' + - 'windows/386' + - 'windows/arm64' + - 'linux/amd64' + - 'linux/386' + - 'linux/arm64' + - 'linux/arm' - 'darwin/amd64' - 'darwin/arm64' -# - 'freebsd/386' -# - 'freebsd/amd64' -# - 'freebsd/arm' -# - 'openbsd/amd64' -# - 'openbsd/arm64' + - 'freebsd/386' + - 'freebsd/amd64' + - 'freebsd/arm' + - 'openbsd/amd64' + - 'openbsd/arm64' steps: - name: Checkout code uses: actions/checkout@v4