Disable osrelease collector on aix
Signed-off-by: Johannes Ziemke <github@5pi.de>
This commit is contained in:
parent
92c10f9fd1
commit
b5ce6bcc4d
|
@ -11,6 +11,9 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
|
//go:build !noosrelease && !aix
|
||||||
|
// +build !noosrelease,!aix
|
||||||
|
|
||||||
package collector
|
package collector
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue