Skip to content

Commit 72456dc

Browse files
discordianfishv-zhuravlev
authored andcommitted
Disable osrelease collector on aix
Signed-off-by: Johannes Ziemke <[email protected]> Signed-off-by: Vitaly Zhuravlev <[email protected]>
1 parent a703690 commit 72456dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

collector/os_release.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
// See the License for the specific language governing permissions and
1212
// limitations under the License.
1313

14+
//go:build !noosrelease && !aix
15+
// +build !noosrelease,!aix
16+
1417
package collector
1518

1619
import (

0 commit comments

Comments
 (0)