mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
fix build constraints
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -33,6 +33,10 @@ archs = [
|
||||
"_s390x",
|
||||
"_sparc64",
|
||||
"_x86",
|
||||
|
||||
# Pseudo-architectures to group by word side.
|
||||
"_32bit",
|
||||
"_64bit",
|
||||
]
|
||||
|
||||
oses = [
|
||||
|
||||
Reference in New Issue
Block a user