Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build and upload binaries with github releases #96

Open
8 of 13 tasks
kbknapp opened this issue Nov 11, 2016 · 0 comments
Open
8 of 13 tasks

Build and upload binaries with github releases #96

kbknapp opened this issue Nov 11, 2016 · 0 comments

Comments

@kbknapp
Copy link
Member

kbknapp commented Nov 11, 2016

As shown here

https://github.com/japaric/rust-everywhere


Desired Platforms to build for

  • aarch64-unknown-linux-gnu. (Linux on 64-bit ARM)
  • armv7-unknown-linux-gnueabihf (Linux on 32-bit ARM)
  • i686-apple-darwin (32-bit OSX)
  • i686-pc-windows-gnu (32-bit Windows, MinGW)
  • i686-pc-windows-msvc (32-bit Windows, MSVC)
  • i686-unknown-linux-gnu (32-bit Linux)
  • i686-unknown-linux-musl. (32-bit Linux, statically linked binaries)
  • x86_64-apple-darwin (64-bit OSX)
  • x86_64-pc-windows-gnu (64-bit Windows, MinGW)
  • x86_64-pc-windows-msvc (64-bit Windows, MSVC)
  • x86_64-unknown-linux-gnu (64-bit Linux)
  • x86_64-unknown-linux-musl. (64-bit Linux, statically linked binaries)

Todo before closing

  • update README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant