From 2db866c45f44f302d666172aceaad92901db14af Mon Sep 17 00:00:00 2001 From: Haibo Xu Date: Thu, 22 Aug 2019 09:01:47 +0000 Subject: Enable pkg/sleep support on arm64. Signed-off-by: Haibo Xu Change-Id: I9071e698c1f222e0fdf3b567ec4cbd97f0a8dde9 --- pkg/sleep/commit_asm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/sleep/commit_asm.go') diff --git a/pkg/sleep/commit_asm.go b/pkg/sleep/commit_asm.go index 35e2cc337..75728a97d 100644 --- a/pkg/sleep/commit_asm.go +++ b/pkg/sleep/commit_asm.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 sleep -- cgit v1.2.3