mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-20 07:00:10 +08:00
chore: test build
This commit is contained in:
parent
b9ca77e726
commit
12437394fa
1
.github/workflows/docker-publish.yml
vendored
1
.github/workflows/docker-publish.yml
vendored
@ -51,6 +51,7 @@ jobs:
|
|||||||
name: Get artifacts
|
name: Get artifacts
|
||||||
run: |
|
run: |
|
||||||
bash get_artifacts.sh ${{ secrets.GITHUB_TOKEN }}
|
bash get_artifacts.sh ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
ll -h
|
||||||
-
|
-
|
||||||
name: Build and push by digest
|
name: Build and push by digest
|
||||||
id: build
|
id: build
|
||||||
|
|||||||
@ -6,6 +6,7 @@ COPY config.txt entrypoint.sh /root/
|
|||||||
# 安装Linux QQ
|
# 安装Linux QQ
|
||||||
RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \
|
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 && \
|
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 && \
|
dpkg -i --force-depends /root/linuxqq.deb && rm /root/linuxqq.deb && \
|
||||||
|
|
||||||
# 安装 napcat
|
# 安装 napcat
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user