mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
permanently disable cgo for production releases
This commit is contained in:
parent
bde9aec1c0
commit
69b7480b4d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -59,7 +59,7 @@ jobs:
|
|||
- test
|
||||
- lint
|
||||
env:
|
||||
CGO_ENABLED: ${CGO_ENABLED:-0}
|
||||
CGO_ENABLED: 0
|
||||
TAG: ${{ github.event.release.tag_name }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue