Skip to content

Commit

Permalink
fix: pre-built binary support for Ubuntu 20.04 (#2728)
Browse files Browse the repository at this point in the history
## Overview

I think this should fix #2727, I didn't see any docs to see how to
format the version specified for ubuntu

## Checklist

- [x] New and updated code has appropriate documentation
- [x] New and updated code has new and/or updated testing
- [x] Required CI checks are passing
- [x] Visual proof for any user facing features like CLI or
documentation updates
- [x] Linked issues closed with keywords

## Testing

Tested with
[celestia-app_Linux_x86_64.tar.gz](https://github.com/rootulp/celestia-app/releases/download/v1.0.0-rc7/celestia-app_Linux_x86_64.tar.gz)
created on
https://github.com/rootulp/celestia-app/releases/tag/v1.0.0-rc7

OS | Version | Works
--- | --- | ---
Ubuntu | 20.04 | ✅ 
Ubuntu | 23.04 | ✅

---------

Co-authored-by: Rootul Patel <[email protected]>
  • Loading branch information
evan-forbes and rootulp authored Oct 23, 2023
1 parent c0743df commit 58f6c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# Generate the release with goreleaser to include pre-built binaries
goreleaser:
needs: version_bump
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
if: |
github.event_name == 'workflow_dispatch' ||
(github.event_name == 'push' && contains(github.ref, 'refs/tags/'))
Expand Down

0 comments on commit 58f6c40

Please sign in to comment.