Skip to content

Commit

Permalink
Changed build pipelines to use static linking
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnitus- committed Aug 3, 2024
1 parent 3b73bc8 commit de19ce7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on: [push, pull_request]
name: Build
env:
CGO_ENABLED: "0"
jobs:
build:
strategy:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
tags:
- 'v*'
name: Upload Artifacts
env:
CGO_ENABLED: "0"
jobs:
upload:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit de19ce7

Please sign in to comment.