File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131 # Linux
3232 { arch = "x86_64" ; os = "linux" ; target = "x86_64-unknown-linux-gnu" ; formats = [ "deb" "rpm" "tar.xz" ] ; }
3333 { arch = "aarch64" ; os = "linux" ; target = "aarch64-unknown-linux-gnu" ; formats = [ "deb" "rpm" "tar.xz" ] ; }
34- { arch = "armv7 " ; os = "linux" ; target = "armv7-unknown-linux-gnueabihf" ; formats = [ "tar.xz" ] ; }
35- { arch = "arm " ; os = "linux" ; target = "arm-unknown-linux-gnueabihf" ; formats = [ "tar.xz" ] ; }
34+ { arch = "armv7l " ; os = "linux" ; target = "armv7-unknown-linux-gnueabihf" ; formats = [ "tar.xz" ] ; }
35+ { arch = "armv6l " ; os = "linux" ; target = "arm-unknown-linux-gnueabihf" ; formats = [ "tar.xz" ] ; }
3636 { arch = "riscv32" ; os = "linux" ; target = "riscv32gc-unknown-linux-gnu" ; formats = [ "tar.xz" ] ; }
3737 { arch = "riscv64" ; os = "linux" ; target = "riscv64gc-unknown-linux-gnu" ; formats = [ "tar.xz" ] ; }
3838 # MacOS
You can’t perform that action at this time.
0 commit comments