Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Apr 14, 2024
1 parent 937cb9a commit 622a262
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/multiarch-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ jobs:
docker create --platform linux/arm64 --name temp-container-arm64 ${{ secrets.DOCKER_IMAGE }}-integration:latest
docker cp temp-container-arm64:/usr/local/share/debpackages/rustdesk-server-hbbr_${{ github.event.release.tag_name }}_arm64.deb /tmp/arm64/
docker cp temp-container-arm64:/usr/local/share/debpackages/rustdesk-server-hbbs_${{ github.event.release.tag_name }}_arm64.deb /tmp/arm64/
docker cp temp-container-arm64:/usr/local/share/debpackages/rustdesk-server-utils_${{ github.event.release.tag_name }}_arm64.deb /tmp/amd64/
docker cp temp-container-arm64:/usr/local/bin/hbbs /tmp/amd64/zip/
docker cp temp-container-arm64:/usr/local/bin/hbbr /tmp/amd64/zip/
docker cp temp-container-arm64:/usr/local/bin/rustdesk-utils /tmp/amd64/zip/
docker cp temp-container-arm64:/usr/local/share/debpackages/rustdesk-server-utils_${{ github.event.release.tag_name }}_arm64.deb /tmp/arm64/
docker cp temp-container-arm64:/usr/local/bin/hbbs /tmp/arm64/zip/
docker cp temp-container-arm64:/usr/local/bin/hbbr /tmp/arm64/zip/
docker cp temp-container-arm64:/usr/local/bin/rustdesk-utils /tmp/arm64/zip/
docker rm temp-container-arm64
cd /tmp/arm64/zip
zip -r /tmp/amd64/linux-ubuntu-22.04_${{ github.event.release.tag_name }}_arm64.zip .
zip -r /tmp/arm64/linux-ubuntu-22.04_${{ github.event.release.tag_name }}_arm64.zip .
- name: Upload Release Assets binaries for Ubuntu 22.04 arm64
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 622a262

Please sign in to comment.