-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Windows support #25
Comments
Sure, PRs are welcome :) |
I am using in my project the taiki-e/upload-rust-binary-action. Would that work for you too? |
I am using the
and in the Justfile, you can add the target
|
I am wondering why you not do something like: build:
strategy:
matrix:
include:
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
- target: aarch64-apple-darwin
os: macos-latest
- target: x86_64-apple-darwin
os: macos-latest
runs-on: ${{ matrix.os }} Then you do per build and just compile it with Creating the release note can be put into another task and uploading should work in the matrix. |
Good idea. If it works why not, let's refactor it :) |
I'll work on it on weekend. |
Even though this program is compatible with windows,
dirs readme gives me:
The location should be reflected in the readme:
~/AppData/Roaming/tenere/config.toml
.The text was updated successfully, but these errors were encountered: