Merge pull request #20205 from jakecorrenti/build-applehv-intel

Build applehv for Intel Macs
This commit is contained in:
openshift-ci[bot]
2023-10-04 12:55:04 +00:00
committed by GitHub
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
//go:build (amd64 && !windows && amd64 && !darwin) || (arm64 && !windows && arm64 && !darwin) || (amd64 && darwin)
//go:build !windows && !darwin
package provider

View File

@ -1,5 +1,3 @@
//go:build darwin && arm64
package provider
import (