diff options
Diffstat (limited to 'pkg/bits/uint64_arch_generic.go')
-rw-r--r-- | pkg/bits/uint64_arch_generic.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/bits/uint64_arch_generic.go b/pkg/bits/uint64_arch_generic.go index 7dd2d1480..9dd2098d1 100644 --- a/pkg/bits/uint64_arch_generic.go +++ b/pkg/bits/uint64_arch_generic.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 bits |