👷 移除arm/v7&新增系统底层依赖包
This commit is contained in:
parent
68b0384485
commit
ff59ff97bc
7
.github/workflows/docker-build.yml
vendored
7
.github/workflows/docker-build.yml
vendored
@ -16,6 +16,11 @@ jobs:
|
|||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Set up system dependencies
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y build-essential
|
||||||
|
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
@ -31,7 +36,7 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: |
|
tags: |
|
||||||
chaoszhu/easynode:${{ github.event.release.tag_name || inputs.tag_name }}
|
chaoszhu/easynode:${{ github.event.release.tag_name || inputs.tag_name }}
|
||||||
chaoszhu/easynode:latest
|
chaoszhu/easynode:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user