Disable osrelease collector on aix

Signed-off-by: Johannes Ziemke <github@5pi.de>
This commit is contained in:
Johannes Ziemke 2024-09-28 11:59:33 +02:00 committed by Johannes 'fish' Ziemke
parent 92c10f9fd1
commit b5ce6bcc4d
1 changed files with 3 additions and 0 deletions

View File

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