mirror of
https://github.com/imjasonh/krust
synced 2026-07-08 14:55:35 +00:00
next attempt at release
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
8620191f42
commit
66bdad3daa
2 changed files with 7 additions and 1 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
|
@ -18,6 +18,12 @@ jobs:
|
|||
- uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # master
|
||||
with:
|
||||
toolchain: stable
|
||||
targets: x86_64-unknown-linux-musl,aarch64-unknown-linux-musl
|
||||
|
||||
- name: Install cross-compilation tools for both architectures
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y musl-tools gcc-aarch64-linux-gnu gcc-x86-64-linux-gnu
|
||||
|
||||
- name: Cache cargo registry
|
||||
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue