👷 移除arm/v7&新增系统底层依赖包

This commit is contained in:
chaos-zhu 2024-08-05 09:39:55 +08:00
parent ff59ff97bc
commit fd66cba9da

View File

@ -20,6 +20,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y build-essential
RUN apt-get update && apt-get install -y gcc g++ make
- name: Log in to Docker Hub
uses: docker/login-action@v2
@ -41,5 +42,5 @@ jobs:
chaoszhu/easynode:${{ github.event.release.tag_name || inputs.tag_name }}
chaoszhu/easynode:latest
- name: Clean up post-build
run: docker system prune -af
# - name: Clean up post-build
# run: docker system prune -af