chore: test build

This commit is contained in:
initialencounter 2024-04-13 12:05:00 +08:00
parent b9ca77e726
commit 12437394fa
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ jobs:
name: Get artifacts
run: |
bash get_artifacts.sh ${{ secrets.GITHUB_TOKEN }}
ll -h
-
name: Build and push by digest
id: build

View File

@ -6,6 +6,7 @@ COPY config.txt entrypoint.sh /root/
# 安装Linux QQ
RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \
curl -o /root/linuxqq.deb https://dldir1.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.7_240410_{arch}_01.deb && \
ll -h /root && \
dpkg -i --force-depends /root/linuxqq.deb && rm /root/linuxqq.deb && \
# 安装 napcat