Try fixing docker ci build
ubuntu / stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf) Details
ubuntu / stable / fmt Details
ubuntu / stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu) Details

This commit is contained in:
Hans Mündelein 2023-06-12 09:47:40 +02:00
parent 3cff753275
commit a278c5a633
Signed by: hans
GPG Key ID: BA7B55E984CE74F4
1 changed files with 15 additions and 4 deletions

View File

@ -27,11 +27,22 @@ jobs:
target: ["armv7-unknown-linux-gnueabihf", "aarch64-unknown-linux-gnu"]
steps:
- uses: actions/checkout@v3
- name: Install stable
uses: https://github.com/dtolnay/rust-toolchain@stable
- uses: https://github.com/taiki-e/install-action@cross
# - name: Install podman
# run: |
# apt update
# apt-get -y install podman
# - name: Install stable
# uses: https://github.com/dtolnay/rust-toolchain@stable
# - uses: https://github.com/taiki-e/install-action@cross
# - name: cross compile for ${{ matrix.target }}
# run: cross build --target ${{ matrix.target }} --release
- name: cross compile for ${{ matrix.target }}
run: cross build --target ${{ matrix.target }} --release
uses: https://github.com/houseabsolute/actions-rust-cross@v0
with:
command: build
args: --release
target: ${{ matrix.target }}
strip: true
- uses: actions/release-action@main
with:
files: |-