Skip to content

Commit

Permalink
WIP: Add support for cross-compilation
Browse files Browse the repository at this point in the history
This fixes #524.

Changelog: added
  • Loading branch information
yorickpeterse committed Jan 12, 2024
1 parent a69b423 commit d8f4781
Show file tree
Hide file tree
Showing 30 changed files with 1,338 additions and 189 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,26 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

runtimes:
runs-on: ubuntu-latest
needs:
- lints
- linux
- mac
- freebsd
env:
AWS_REGION: eu-west-1
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
steps:
- uses: actions/checkout@v4
- name: Installing dependencies
run: sudo ./scripts/deps.sh ubuntu:latest
- name: Installing Rust
run: ./scripts/rust.sh 1.70
- name: Generating runtimes
run: make runtimes

docs:
runs-on: ubuntu-latest
needs:
Expand Down
Loading

0 comments on commit d8f4781

Please sign in to comment.