Skip to content

Commit

Permalink
temp: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 5, 2025
1 parent f716572 commit 16fbb7d
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-20.04
# - ubuntu-20.04
- windows-2019
node_arch:
- x64
Expand All @@ -29,46 +29,46 @@ jobs:
- true

include:
- os: windows-2019
node_arch: ia32
cpp_arch: amd64_x86
native: true
# - os: windows-2019
# node_arch: ia32
# cpp_arch: amd64_x86
# native: true

- os: windows-2022
node_arch: x64
cpp_arch: amd64_arm64
native: true

- os: macos-13
node_arch: x64
cpp_arch: x64
native: true

- os: macos-14
node_arch: arm64
cpp_arch: amd64_arm64
native: true

# Musl Alpine
- os: ubuntu-24.04
dockerfile: docker/alpine.dockerfile
node_arch: x64
cpp_arch: x64
native: false

# Debian Arm
- os: ubuntu-24.04
node_arch: arm64
cpp_arch: amd64_arm64
distro: bookworm
native: false

# Musl Alpine Arm
- os: ubuntu-24.04
node_arch: arm64
cpp_arch: amd64_arm64
distro: alpine_latest
native: false
# - os: macos-13
# node_arch: x64
# cpp_arch: x64
# native: true

# - os: macos-14
# node_arch: arm64
# cpp_arch: amd64_arm64
# native: true

# # Musl Alpine
# - os: ubuntu-24.04
# dockerfile: docker/alpine.dockerfile
# node_arch: x64
# cpp_arch: x64
# native: false

# # Debian Arm
# - os: ubuntu-24.04
# node_arch: arm64
# cpp_arch: amd64_arm64
# distro: bookworm
# native: false

# # Musl Alpine Arm
# - os: ubuntu-24.04
# node_arch: arm64
# cpp_arch: amd64_arm64
# distro: alpine_latest
# native: false

env:
npm_config_arch: ${{ matrix.node_arch }}
Expand Down

0 comments on commit 16fbb7d

Please sign in to comment.