Skip to content

Instantly share code, notes, and snippets.

View oleiade's full-sized avatar
🦀
Rusting on my chair

Théo Crevon oleiade

🦀
Rusting on my chair
View GitHub Profile
@FedericoPonzi
FedericoPonzi / CI.yml
Last active May 4, 2024 07:19
Ready to use Github workflow for cross-compiling a rust binary to many Linux architectures.
# Instruction + template repo: https://github.com/FedericoPonzi/rust-ci
# Search and replace <YOUR_BINARY_NAME> with your binary name.
name: CI
on:
pull_request:
push:
branches:
- master
tags: