Skip to content

Commit

Permalink
Merge branch 'main' into cargo-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Sep 15, 2023
2 parents bbc5c63 + c4ddf31 commit 748a8e4
Show file tree
Hide file tree
Showing 29 changed files with 1,497 additions and 381 deletions.
61 changes: 31 additions & 30 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,42 +93,43 @@ jobs:
- { target: x86_64-unknown-linux-gnu, arch: amd64, os: ubuntu-20.04 }
- { target: x86_64-apple-darwin, arch: darwin, os: macos-latest }
- { target: aarch64-apple-darwin, arch: darwin, os: macos-latest }
# - {
# target: x86_64-unknown-linux-musl,
# arch: amd64,
# os: ubuntu-20.04,
# use-cross: true,
# }
# - {
# target: arm-unknown-linux-gnueabi,
# arch: armel,
# os: ubuntu-20.04,
# use-cross: true,
# }
- {
target: x86_64-unknown-linux-musl,
arch: amd64,
os: ubuntu-20.04,
use-cross: true,
}
- {
target: arm-unknown-linux-gnueabi,
arch: armel,
os: ubuntu-20.04,
use-cross: true,
}
- {
target: arm-unknown-linux-gnueabihf,
arch: armhf,
os: ubuntu-20.04,
use-cross: true,
}
# - {
# target: armv7-unknown-linux-gnueabihf,
# arch: armhf,
# os: ubuntu-20.04,
# use-cross: true,
# }
# - {
# target: aarch64-unknown-linux-gnu,
# arch: arm64,
# os: ubuntu-20.04,
# use-cross: true,
# }
# - {
# target: aarch64-unknown-linux-musl,
# arch: arm64,
# os: ubuntu-20.04,
# use-cross: true,
# }
- {
target: armv7-unknown-linux-gnueabihf,
arch: armhf,
os: ubuntu-20.04,
use-cross: true,
}
- {
target: aarch64-unknown-linux-gnu,
arch: arm64,
os: ubuntu-20.04,
use-cross: true,
}
- {
target: aarch64-unknown-linux-musl,
arch: arm64,
os: ubuntu-20.04,
use-cross: true,
}
# win is possible to build on, but we don't target it for now
# - { target: x86_64-pc-windows-msvc, arch: win64, os: windows-2019 }
# - { target: x86_64-pc-windows-gnu , arch: win64 , os: windows-2019 }
steps:
Expand Down
Loading

0 comments on commit 748a8e4

Please sign in to comment.