Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Feb 13, 2024
1 parent c3c9584 commit f9348e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_dropbear.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
##Make Only Server: https://github.com/mkj/dropbear/blob/master/SMALL.md
#make clean ; make PROGRAMS="dropbear" -j"$(($(nproc)+1))"
#meta
file $SYSTMP/releases/*amd_x86_64 && ls $SYSTMP/releases/*amd_x86_64 -lahr ; popd > /dev/null 2>&1
file $SYSTMP/releases/* && ls $SYSTMP/releases/* -lahr ; popd > /dev/null 2>&1
#strip
strip $SYSTMP/releases/*
continue-on-error: true
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
docker cp "arm64v8_debian:./dropbearconvert_aarch64_arm64_Linux" "$SYSTMP/releases"
docker cp "arm64v8_debian:./dropbearscp_aarch64_arm64_Linux" "$SYSTMP/releases"
#meta
file $SYSTMP/releases/*_aarch64_arm64_Linux && ls $SYSTMP/releases/*_aarch64_arm64_Linux -lahr
file $SYSTMP/releases/* && ls $SYSTMP/releases/* -lahr
#Delete Containers
docker ps -a -q | xargs docker rm >/dev/null 2>&1
#Del Docker Images
Expand Down

0 comments on commit f9348e3

Please sign in to comment.