Skip to content

Commit

Permalink
try copy file from /usr/bin/lvscare or /root/lvscare
Browse files Browse the repository at this point in the history
  • Loading branch information
dyrnq committed Oct 27, 2022
1 parent 646abf6 commit 88dc72d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
#linux/arm64
mkdir -p /tmp/amd64
mkdir -p /tmp/arm64
docker run -i --rm --entrypoint="" -v /tmp/amd64:/tmp ghcr.io/labring/lvscare:${{ steps.get_version.outputs.VERSION }} sh -c "cp /root/lvscare /tmp"
docker run -i --rm --entrypoint="" -v /tmp/arm64:/tmp --platform linux/arm64 ghcr.io/labring/lvscare:${{ steps.get_version.outputs.VERSION }} sh -c "cp /root/lvscare /tmp"
docker run -i --rm --entrypoint="" -v /tmp/amd64:/tmp ghcr.io/labring/lvscare:${{ steps.get_version.outputs.VERSION }} sh -c "cp /root/lvscare /tmp 2>/dev/null || cp /usr/bin/lvscare /tmp 2>/dev/null || true"
docker run -i --rm --entrypoint="" -v /tmp/arm64:/tmp --platform linux/arm64 ghcr.io/labring/lvscare:${{ steps.get_version.outputs.VERSION }} sh -c "cp /root/lvscare /tmp 2>/dev/null || cp /usr/bin/lvscare /tmp 2>/dev/null || true"
# buildkit-v0.10.4.linux-amd64.tar.gz
pushd /tmp/amd64 &>/dev/null
Expand Down

0 comments on commit 88dc72d

Please sign in to comment.