Skip to content

Commit

Permalink
👷 Publish packages for 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Feb 22, 2024
1 parent 5276d4d commit d61d1de
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,42 +13,42 @@ jobs:
fail-fast: false
matrix:
build:
- {
NAME: linux-x64-glibc,
OS: ubuntu-20.04,
TOOLCHAIN: stable,
TARGET: x86_64-unknown-linux-gnu,
}
# - {
# NAME: linux-arm64-glibc,
# NAME: linux-x64-glibc,
# OS: ubuntu-20.04,
# TOOLCHAIN: stable,
# TARGET: aarch64-unknown-linux-gnu,
# }
# - {
# NAME: win32-x64-msvc,
# OS: windows-2022,
# TOOLCHAIN: stable,
# TARGET: x86_64-pc-windows-msvc,
# }
# - {
# NAME: win32-arm64-msvc,
# OS: windows-2022,
# TOOLCHAIN: stable,
# TARGET: aarch64-pc-windows-msvc,
# }
# - {
# NAME: darwin-x64,
# OS: macos-11,
# TOOLCHAIN: stable,
# TARGET: x86_64-apple-darwin,
# }
# - {
# NAME: darwin-arm64,
# OS: macos-11,
# TOOLCHAIN: stable,
# TARGET: aarch64-apple-darwin,
# TARGET: x86_64-unknown-linux-gnu,
# }
- {
NAME: linux-arm64-glibc,
OS: ubuntu-20.04,
TOOLCHAIN: stable,
TARGET: aarch64-unknown-linux-gnu,
}
- {
NAME: win32-x64-msvc,
OS: windows-2022,
TOOLCHAIN: stable,
TARGET: x86_64-pc-windows-msvc,
}
- {
NAME: win32-arm64-msvc,
OS: windows-2022,
TOOLCHAIN: stable,
TARGET: aarch64-pc-windows-msvc,
}
- {
NAME: darwin-x64,
OS: macos-11,
TOOLCHAIN: stable,
TARGET: x86_64-apple-darwin,
}
- {
NAME: darwin-arm64,
OS: macos-11,
TOOLCHAIN: stable,
TARGET: aarch64-apple-darwin,
}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit d61d1de

Please sign in to comment.