Skip to content

Commit

Permalink
add back all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh-couchbase committed Nov 8, 2023
1 parent 5d76a6d commit 6495a23
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@ jobs:
#- os: windows-latest
# platform: win32
# arch: arm64
# - os: ubuntu-latest
# platform: linux
# arch: x64
# - os: ubuntu-latest
# platform: linux
# arch: arm64
# - os: ubuntu-latest
# platform: linux
# arch: armhf
# - os: ubuntu-latest
# platform: alpine
# arch: x64
# - os: macos-latest
# platform: darwin
# arch: x64
# - os: macos-latest
# platform: darwin
# arch: arm64
- os: ubuntu-latest
platform: linux
arch: x64
- os: ubuntu-latest
platform: linux
arch: arm64
- os: ubuntu-latest
platform: linux
arch: armhf
- os: ubuntu-latest
platform: alpine
arch: x64
- os: macos-latest
platform: darwin
arch: x64
- os: macos-latest
platform: darwin
arch: arm64
runs-on: ${{ matrix.os }}
steps:
- shell: pwsh
Expand Down

0 comments on commit 6495a23

Please sign in to comment.