mirror of
https://github.com/containrrr/watchtower.git
synced 2024-12-12 09:04:17 +02:00
permanently disable cgo for production releases
This commit is contained in:
parent
bde9aec1c0
commit
69b7480b4d
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…
Reference in New Issue
Block a user