Compare commits

...

1 Commits
v0.1.0 ... main

Author SHA1 Message Date
9cbddcc587 we only need this arch 2026-04-27 15:56:36 -07:00

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",
]