s3-aws: fix build for 386 (#4642)

This commit is contained in:
Wang Yan 2025-08-11 14:14:53 +08:00 committed by GitHub
commit c54bcb3770
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//go:build arm
//go:build arm || 386
package s3

View File

@ -1,4 +1,4 @@
//go:build !arm
//go:build !arm && !386
package s3