We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d8bfd commit ab06921Copy full SHA for ab06921
.goreleaser.yaml
@@ -85,6 +85,17 @@ nfpms:
85
- rpm
86
- apk
87
88
+ overrides:
89
+ # Dependency on the Entity HTTP API which was only added in tedge >= 1.5.0
90
+ # Note: Don't add explicit dependency for apk (Alpine Linux)
91
+ # as generally only the tedge is just installed via a binary and not the apk package
92
+ deb:
93
+ dependencies:
94
+ - tedge (>= 1.5.0)
95
+ rpm:
96
97
+ - tedge >= 1.5.0-1
98
+
99
# FIXME: Remove for official release, as the package can be called "tedge-container-plugin" instead of "tedge-container-plugin-ng"
100
replaces:
101
- tedge-container-plugin
0 commit comments