diff --git a/kpt.yaml b/kpt.yaml index 62de166ca05..862ad588117 100644 --- a/kpt.yaml +++ b/kpt.yaml @@ -1,7 +1,7 @@ package: name: kpt version: 1.0.0_beta31 - epoch: 1 + epoch: 2 description: Automate Kubernetes Configuration Editing copyright: - license: Apache-2.0 @@ -24,7 +24,9 @@ pipeline: - runs: | mkdir -p ${{targets.destdir}}/usr/bin - GOBIN="${{targets.destdir}}"/usr/bin make build + make GOBIN="${{targets.destdir}}"/usr/bin build + + - uses: strip update: enabled: true