mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-19 06:30:12 +08:00
chore: test build
This commit is contained in:
parent
12437394fa
commit
69093928d7
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
name: Get artifacts
|
||||
run: |
|
||||
bash get_artifacts.sh ${{ secrets.GITHUB_TOKEN }}
|
||||
ll -h
|
||||
ls -lh
|
||||
-
|
||||
name: Build and push by digest
|
||||
id: build
|
||||
|
||||
@ -6,7 +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 && \
|
||||
ls -lh /root && \
|
||||
dpkg -i --force-depends /root/linuxqq.deb && rm /root/linuxqq.deb && \
|
||||
|
||||
# 安装 napcat
|
||||
|
||||
Loading…
Reference in New Issue
Block a user