👷 action支持arm架构

This commit is contained in:
chaos-zhu 2024-08-05 09:17:32 +08:00
parent 6cb941a7ec
commit 68b0384485
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -1,5 +1,6 @@
{
"name": "server",
"version": "1.0.0",
"description": "easynode-server",
"bin": "./bin/www",
"scripts": {