diff options
Diffstat (limited to 'pkg/atomicbitops/atomicbitops.go')
-rw-r--r-- | pkg/atomicbitops/atomicbitops.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/atomicbitops/atomicbitops.go b/pkg/atomicbitops/atomicbitops.go index 1be081719..4c4606a58 100644 --- a/pkg/atomicbitops/atomicbitops.go +++ b/pkg/atomicbitops/atomicbitops.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build amd64 || arm64 // +build amd64 arm64 // Package atomicbitops provides extensions to the sync/atomic package. |