chore: update the file

This commit is contained in:
x-tools-author 2025-04-25 14:24:35 +08:00
parent 0fd9054728
commit 992b51fda0
2 changed files with 2 additions and 5 deletions

View File

@ -39,9 +39,7 @@ jobs:
sudo tree -L 2 $ANDROID_HOME
sudo chmod -R 755 $JAVA_HOME_17_X64
sudo chmod -R 755 $ANDROID_HOME
sudo docker build -t x-tools-ubuntu-20.04-1:x86_64 . \
-f docker/20.04-android/Dockerfile \
--build-arg HOST_QT_ROOT=${{ github.workspace }}/Qt
sudo docker build -t x-tools-ubuntu-20.04-1:x86_64 . -f docker/20.04-android/Dockerfile
# - name: push docker image to github registry
# run: |
# echo ${{ env.CR_PAT }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin

View File

@ -36,6 +36,5 @@ RUN ./cmake-3.30.8-linux-x86_64.sh --skip-license --prefix=/usr/local
RUN rm cmake-3.30.8-linux-x86_64.sh
# Copy Qt files from host to container
ARG HOST_QT_ROOT=Qt
ENV QT_ROOT=/opt/qt
COPY ${HOST_QT_ROOT} ${QT_ROOT}
COPY Qt ${QT_ROOT}