we only need this arch

This commit is contained in:
Pat Nakajima 2026-04-27 15:56:36 -07:00
parent 78453672b8
commit 9cbddcc587

View File

@ -10,9 +10,6 @@ repo = "nakajima/rgbled"
command = "cargo build --release --target {target}"
artifact = "target/{target}/release/{binary}"
targets = [
"x86_64-apple-darwin",
"aarch64-apple-darwin",
"x86_64-unknown-linux-gnu",
"aarch64-unknown-linux-gnu",
]