Skip to content
Closed
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
7 changes: 6 additions & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ on:
jobs:
build:
name: Create Release
runs-on: ubuntu-latest
# Use the oldest supported Ubuntu release for vtorc as that uses
# sqlite and the library dynamically links in glibc with versioned
# symbols. Older libc symbols will allow the vtorc binary we build
# to be usable on a wider array of Linux distros. For more
# details see: https://github.com/vitessio/vitess/issues/12185
runs-on: ubuntu-20.04
steps:

- name: Set up Go
Expand Down