Skip to content

Commit

Permalink
Merge pull request #129 from LuminalHQ/compile-statically
Browse files Browse the repository at this point in the history
chore: switch ubuntu runner
  • Loading branch information
tommyknows authored Nov 27, 2023
2 parents 7d70dd6 + bd2ebc4 commit e4403b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on: [push]

jobs:
build:
runs-on: ubuntu-latest
# we need to use the same Ubuntu version as our final Docker (base) image
# is using in order to match glibc versions. We need glibc because we
# compile a dynamically-linked binary with boringcrypto.
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Setup Go
Expand Down

0 comments on commit e4403b7

Please sign in to comment.