Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Update build_misc-utils.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas authored Nov 18, 2023
1 parent dfe28c3 commit 4023200
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_misc-utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ jobs:
#Cleanup
find . -type f -name "*.tar*" -exec tar -xvf {} \;
mv "./release/grep" "/tmp/releases/grep_amd_x86_64"
mv "./release/fgrep" "/fgrep_aarch64_arm64"
#meta
file /tmp/releases/* && ls /tmp/releases/* -lahr
continue-on-error: true
Expand Down Expand Up @@ -171,7 +170,6 @@ jobs:
sudo bash "./build.sh"
find . -type f -name "*.tar*" -exec tar -xvf {} \;
mv "./release/grep" "/grep_aarch64_arm64"
mv "./release/fgrep" "/fgrep_aarch64_arm64"
'
#Copy
docker cp "arm64v8_debian:./grep_aarch64_arm64" "/tmp/releases/grep_aarch64_arm64"
Expand Down

0 comments on commit 4023200

Please sign in to comment.