fix build constraints

This commit is contained in:
Kevin Krakauer
2021-05-06 15:01:09 -07:00
parent b8681e6093
commit 66de003e19
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !arm,!386
// +build amd64 arm64
package atomicbitops
+4
View File
@@ -33,6 +33,10 @@ archs = [
"_s390x",
"_sparc64",
"_x86",
# Pseudo-architectures to group by word side.
"_32bit",
"_64bit",
]
oses = [