Skip to content

Commit

Permalink
📝 Update archs
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Feb 23, 2024
1 parent 9cb4abc commit 8e9cae4
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
TARGET: x86_64-unknown-linux-gnu,
}
- {
NAME: linux-x64-musl,
NAME: linux-x86-glibc,
OS: ubuntu-22.04,
TOOLCHAIN: stable,
TARGET: x86_64-unknown-linux-musl,
TARGET: i686-unknown-linux-gnu,
}
- {
NAME: linux-arm64-glibc,
Expand All @@ -39,10 +39,16 @@ jobs:
TARGET: x86_64-pc-windows-msvc,
}
- {
NAME: linux-arm64-musl,
OS: ubuntu-22.04,
NAME: win32-x86-msvc,
OS: windows-2022,
TOOLCHAIN: stable,
TARGET: i686-pc-windows-msvc,
}
- {
NAME: win32-arm64-msvc,
OS: windows-2022,
TOOLCHAIN: stable,
TARGET: aarch64-unknown-linux-musl,
TARGET: aarch64-pc-windows-msvc,
}
- {
NAME: darwin-x64,
Expand Down

0 comments on commit 8e9cae4

Please sign in to comment.