Skip to content

Commit

Permalink
fix: downgrade docker version to 20.04 to fix GLIBC version issue of …
Browse files Browse the repository at this point in the history
…hid-noded binaries
  • Loading branch information
arnabghose997 committed Mar 21, 2023
1 parent ad56608 commit 7d64a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
release-binaries-github:
name: Release Binaries to Github
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 7d64a02

Please sign in to comment.