summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Milligan <tommilligan@users.noreply.github.com>2023-09-09 08:49:24 +0100
committerGitHub <noreply@github.com>2023-09-09 08:49:24 +0100
commit7773213093978aae6d56b99b7f294d7f6b51c4cf (patch)
treea8417096225ddcf03b7dbcccf320b8c67908052b
parent95dc7582ad6a00d6e04c91e4c3d59f4c6a39ff1a (diff)
parente888fcd021c6706740efebe75fcbbbd32ae0a3d6 (diff)
Merge pull request #118 from eitsupi/eitsupi-patch-1
ci(deploy): Use Ubuntu 20.04 for building linux gnu target binaries
-rw-r--r--.github/workflows/deploy.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index dfc6dfb..1744b84 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -21,7 +21,11 @@ jobs:
os: ubuntu-latest
name: aarch64-unknown-linux-musl.tar.gz
- target: x86_64-unknown-linux-gnu
- os: ubuntu-latest
+ # Deliberately pinned to the same version `mdbook` uses to build
+ # binaries, so we use the same glibc version
+ #
+ # ref: https://github.com/rust-lang/mdBook/pull/1955
+ os: ubuntu-20.04
name: x86_64-unknown-linux-gnu.tar.gz
- target: x86_64-unknown-linux-musl
os: ubuntu-latest