Skip to content

Commit 1eecf14

Browse files
jwnrtpamaury
authored andcommitted
[ci] Build releases on Ubuntu 20.04
This is the version of Ubuntu we support for OpenTitan (i.e. in its CI and the dev container). Building releases for 22.04 binds the binaries to a newer glibc than Ubuntu 20.04 has access to, so those binaries cannot be run there. Signed-off-by: James Wainwright <[email protected]>
1 parent be803f4 commit 1eecf14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
BUILD_DIR: build
1616
BRANCH_NAME: ${{ github.event.repository.default_branch }}
1717
RELEASE_BIN_ARCHIVE: qemu-ot-earlgrey-${{ inputs.release_tag }}-x86_64-unknown-linux-gnu.tar.gz
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-20.04
1919
timeout-minutes: 10
2020
steps:
2121
- name: Check out repository

0 commit comments

Comments
 (0)