👷 action支持arm架构
This commit is contained in:
parent
6cb941a7ec
commit
68b0384485
1
.github/workflows/docker-build.yml
vendored
1
.github/workflows/docker-build.yml
vendored
@ -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
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "server",
|
||||
"version": "1.0.0",
|
||||
"description": "easynode-server",
|
||||
"bin": "./bin/www",
|
||||
"scripts": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user