Skip to content

Commit

Permalink
temporarily comment unused
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Nov 21, 2023
1 parent fb2add4 commit 149058e
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/release_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,27 +50,27 @@ jobs:
strategy:
matrix:
include:
- os: windows-2022
target: x86_64-pc-windows-msvc
code-target: win32-x64
- os: windows-2022
target: aarch64-pc-windows-msvc
code-target: win32-arm64
- os: ubuntu-20.04
target: x86_64-unknown-linux-gnu
code-target: linux-x64
- os: ubuntu-20.04
target: aarch64-unknown-linux-gnu
code-target: linux-arm64
# - os: windows-2022
# target: x86_64-pc-windows-msvc
# code-target: win32-x64
# - os: windows-2022
# target: aarch64-pc-windows-msvc
# code-target: win32-arm64
# - os: ubuntu-20.04
# target: x86_64-unknown-linux-gnu
# code-target: linux-x64
# - os: ubuntu-20.04
# target: aarch64-unknown-linux-gnu
# code-target: linux-arm64
- os: ubuntu-20.04
target: x86_64-unknown-linux-musl
code-target: linux-x64-musl
- os: macos-11
target: x86_64-apple-darwin
code-target: darwin-x64
- os: macos-11
target: aarch64-apple-darwin
code-target: darwin-arm64
# - os: macos-11
# target: x86_64-apple-darwin
# code-target: darwin-x64
# - os: macos-11
# target: aarch64-apple-darwin
# code-target: darwin-arm64

name: Package ${{ matrix.code-target }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 149058e

Please sign in to comment.