diff --git a/registry/storage/driver/s3-aws/s3_32bit.go b/registry/storage/driver/s3-aws/s3_32bit.go index 218e3eab2..84161fcb9 100644 --- a/registry/storage/driver/s3-aws/s3_32bit.go +++ b/registry/storage/driver/s3-aws/s3_32bit.go @@ -1,4 +1,4 @@ -//go:build arm +//go:build arm || 386 package s3 diff --git a/registry/storage/driver/s3-aws/s3_64bit.go b/registry/storage/driver/s3-aws/s3_64bit.go index 55254e497..2ed1f92f9 100644 --- a/registry/storage/driver/s3-aws/s3_64bit.go +++ b/registry/storage/driver/s3-aws/s3_64bit.go @@ -1,4 +1,4 @@ -//go:build !arm +//go:build !arm && !386 package s3