1
0
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:
Simon Aronsson 2021-03-28 23:48:47 +02:00 committed by GitHub
parent bde9aec1c0
commit 69b7480b4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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