Skip to content

Commit

Permalink
Remove --arm64 flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirch committed Sep 3, 2023
1 parent a44345e commit 9f8df78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.py
Expand Up @@ -5,7 +5,7 @@

commands = [
"pip3 install cargo-lambda",
"cargo lambda build --release --arm64 --output-format zip"
"cargo lambda build --release --output-format zip"
]
os.system("; ".join(commands))

Expand Down

0 comments on commit 9f8df78

Please sign in to comment.