Skip to content

Commit

Permalink
[ci] Build releases on Ubuntu 20.04
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jwnrt authored and pamaury committed Aug 23, 2023
1 parent be803f4 commit 1eecf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
BUILD_DIR: build
BRANCH_NAME: ${{ github.event.repository.default_branch }}
RELEASE_BIN_ARCHIVE: qemu-ot-earlgrey-${{ inputs.release_tag }}-x86_64-unknown-linux-gnu.tar.gz
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
timeout-minutes: 10
steps:
- name: Check out repository
Expand Down

0 comments on commit 1eecf14

Please sign in to comment.