Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Build on Ubuntu 20.04 for older glibc #295

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/full_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@ jobs:
vs-code-target: win32-arm64
features: --no-default-features -F remote-packages,native-tls

- os: ubuntu-latest
- os: ubuntu-20.04
rust-target: x86_64-unknown-linux-gnu
vs-code-target: linux-x64
features:

- os: ubuntu-latest
- os: ubuntu-20.04
rust-target: aarch64-unknown-linux-gnu
vs-code-target: linux-arm64
features:

- os: ubuntu-latest
- os: ubuntu-20.04
rust-target: x86_64-unknown-linux-musl
vs-code-target: alpine-x64
features:

- os: ubuntu-latest
- os: ubuntu-20.04
rust-target: arm-unknown-linux-gnueabihf
vs-code-target: linux-armhf
features:
Expand Down