diff options
Diffstat (limited to 'pkg/atomicbitops/atomic_bitops_common.go')
-rw-r--r-- | pkg/atomicbitops/atomic_bitops_common.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/atomicbitops/atomic_bitops_common.go b/pkg/atomicbitops/atomic_bitops_common.go index b2a943dcb..85163ad62 100644 --- a/pkg/atomicbitops/atomic_bitops_common.go +++ b/pkg/atomicbitops/atomic_bitops_common.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build !amd64 +// +build !amd64,!arm64 package atomicbitops |