Skip to content
Snippets Groups Projects
Commit edd67a10 authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

ci(debian): add missing `--target=` for arm64 debs, add `--verbose`

parent 434b5118
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@ jobs:
bin/nix-build-and-cache just .#static-${{ matrix.target }}
mkdir -p target/release
cp -v -f result/bin/conduit target/release/
direnv exec . cargo deb --no-build --no-strip --output target/debian/${{ matrix.target }}.deb
direnv exec . cargo deb --verbose --no-build --no-strip --target=${{ matrix.target }} --output target/debian/${{ matrix.target }}.deb
mv target/release/conduit static-${{ matrix.target }}
- name: Upload static-${{ matrix.target }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment