Skip to content

Commit 1e1b8a2

Browse files
committed
Use aarch64-apple-darwin
1 parent 19313c8 commit 1e1b8a2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: Taskfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22

33
env:
4-
TARGET: x86_64-apple-darwin
4+
TARGET: aarch64-apple-darwin
55

66
tasks:
77
default:

Diff for: config.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build]
2+
rustflags = ["-C", "target-cpu=native"]

0 commit comments

Comments
 (0)