diff --git a/factories/exporters.go b/factories/exporters.go index 80d3cc579..75ee2c845 100644 --- a/factories/exporters.go +++ b/factories/exporters.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -//go:build linux || darwin || windows +//go:build !aix package factories diff --git a/factories/processors.go b/factories/processors.go index 8a71bedda..9a70dbed9 100644 --- a/factories/processors.go +++ b/factories/processors.go @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build !aix + package factories import ( diff --git a/factories/processors_aix.go b/factories/processors_aix.go index a77858ae3..9b64931f6 100644 --- a/factories/processors_aix.go +++ b/factories/processors_aix.go @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build aix + package factories import (