Skip to content

Commit 2ece5c7

Browse files
committed
remove arm64 handling
Signed-off-by: leongross <[email protected]>
1 parent 8c69425 commit 2ece5c7

File tree

2 files changed

+1
-38
lines changed

2 files changed

+1
-38
lines changed

src/os/exec_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
//go:build linux && !baremetal && !tinygo.wasm && !arm64
5+
//go:build linux && !baremetal && !tinygo.wasm
66

77
package os
88

src/os/exec_linux_arm64.go

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)