From 68b0384485ef5a2a390166e514db195371b368f1 Mon Sep 17 00:00:00 2001 From: chaos-zhu Date: Mon, 5 Aug 2024 09:17:32 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20action=E6=94=AF?= =?UTF-8?q?=E6=8C=81arm=E6=9E=B6=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-build.yml | 1 + server/package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 3ac6096..e71131a 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -31,6 +31,7 @@ jobs: context: . file: ./Dockerfile push: true + platforms: linux/amd64,linux/arm64,linux/arm/v7 tags: | chaoszhu/easynode:${{ github.event.release.tag_name || inputs.tag_name }} chaoszhu/easynode:latest diff --git a/server/package.json b/server/package.json index cce24fb..ee5de49 100644 --- a/server/package.json +++ b/server/package.json @@ -1,5 +1,6 @@ { "name": "server", + "version": "1.0.0", "description": "easynode-server", "bin": "./bin/www", "scripts": {