diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-10-09 11:11:28 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-10-09 11:11:28 -0700 |
commit | 559aba7670694093fa64f2f7bcc06eff004da7cc (patch) | |
tree | 39f5745061ba5db88597aa043e08f08fd1c69ad6 /pkg/sleep/commit_asm.go | |
parent | a357fe427b0bf64c8431ae31e33259ad60febac9 (diff) | |
parent | 2db866c45f44f302d666172aceaad92901db14af (diff) |
Merge pull request #813 from xiaobo55x:pkg_sleep
PiperOrigin-RevId: 273668431
Diffstat (limited to 'pkg/sleep/commit_asm.go')
-rw-r--r-- | pkg/sleep/commit_asm.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |