mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update the file
This commit is contained in:
parent
0fd9054728
commit
992b51fda0
4
.github/workflows/build-test.yml
vendored
4
.github/workflows/build-test.yml
vendored
@ -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
|
||||
|
||||
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user