File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ cp -p ./target/x86_64-unknown-linux-gnu/release/arp-scan ./builds/arp-scan-v$CLI
2222# Build the deb archive
2323mkdir -p ./builds/arp-scan-rs_$CLI_VERSION -1_amd64/DEBIAN
2424echo " Package: arp-scan-rs" > ./builds/arp-scan-rs_$CLI_VERSION -1_amd64/DEBIAN/control
25- echo " Version: 0.13.0 " >> ./builds/arp-scan-rs_$CLI_VERSION -1_amd64/DEBIAN/control
26- echo " Architecture: all " >> ./builds/arp-scan-rs_$CLI_VERSION -1_amd64/DEBIAN/control
25+ echo " Version: $CLI_VERSION " >> ./builds/arp-scan-rs_$CLI_VERSION -1_amd64/DEBIAN/control
26+ echo " Architecture: amd64 " >> ./builds/arp-scan-rs_$CLI_VERSION -1_amd64/DEBIAN/control
2727echo " Maintainer: Saluki" >> ./builds/arp-scan-rs_$CLI_VERSION -1_amd64/DEBIAN/control
2828echo " Description: Minimalist ARP scan written in Rust" >> ./builds/arp-scan-rs_$CLI_VERSION -1_amd64/DEBIAN/control
2929mkdir -p ./builds/arp-scan-rs_$CLI_VERSION -1_amd64/usr/local/bin
30- cp ./builds/arp-scan-v$CLI_VERSION -x86_64-unknown-linux-glibc ./builds/arp-scan-rs_$CLI_VERSION -1_amd64/usr/local/bin/arp-scan
31- (cd ./builds && dpkg-deb --build --root-owner-group arp-scan-rs_0.13.0 -1_amd64)
30+ cp ./builds/arp-scan-v$CLI_VERSION -x86_64-unknown-linux-musl ./builds/arp-scan-rs_$CLI_VERSION -1_amd64/usr/local/bin/arp-scan
31+ (cd ./builds && dpkg-deb --build --root-owner-group arp-scan-rs_ $CLI_VERSION -1_amd64)
3232
3333echo " Update the README instructions for v$CLI_VERSION "
3434echo " ✓ Publish on crates.io"
You can’t perform that action at this time.
0 commit comments