Skip to content

Commit

Permalink
change command for docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulMelody committed Aug 10, 2024
1 parent 504f544 commit dd63f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,13 @@ jobs:
export MINGW_PACKAGE_PREFIX=mingw-w64-clang-aarch64
export MSYSTEM=CLANGARM64
python mingw_install.py
docker-compose -f docker-compose-msys2-clangarm64.yml up
docker compose -f docker-compose-msys2-clangarm64.yml up
python -m pip download pyinstaller==$PYINSTALLER_VERSION --platform win_arm64 --only-binary=:all:
python -m pip install wheel
python -m wheel unpack pyinstaller-$PYINSTALLER_VERSION-py3-none-win_arm64.whl
sudo mv ./pyinstaller-$PYINSTALLER_VERSION/PyInstaller/bootloader/Windows-64bit-arm ./clangarm64/lib/python3.11/site-packages/PyInstaller/bootloader
sudo cp ./clangarm64/bin/libmediainfo-0.dll ./clangarm64/lib/python3.11/site-packages/pymediainfo/
docker-compose -f docker-compose-build-wine-arm64.yml up
docker compose -f docker-compose-build-wine-arm64.yml up
mkdir archive
cd dist
7z a ../archive/LibreSVIP-${{ needs.make-outputs.outputs.VERSION }}.win-arm64.7z libresvip
Expand Down

0 comments on commit dd63f82

Please sign in to comment.