From ff59ff97bc8bfac5f64d668329b2ca9aa57668f4 Mon Sep 17 00:00:00 2001 From: chaos-zhu Date: Mon, 5 Aug 2024 09:37:19 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20=E7=A7=BB=E9=99=A4arm?= =?UTF-8?q?/v7&=E6=96=B0=E5=A2=9E=E7=B3=BB=E7=BB=9F=E5=BA=95=E5=B1=82?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index e71131a..64fbff5 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -16,6 +16,11 @@ jobs: - name: Check out the repository 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 uses: docker/login-action@v2 with: @@ -31,7 +36,7 @@ jobs: context: . file: ./Dockerfile push: true - platforms: linux/amd64,linux/arm64,linux/arm/v7 + platforms: linux/amd64,linux/arm64 tags: | chaoszhu/easynode:${{ github.event.release.tag_name || inputs.tag_name }} chaoszhu/easynode:latest