👷 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: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
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
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "server",
|
"name": "server",
|
||||||
|
"version": "1.0.0",
|
||||||
"description": "easynode-server",
|
"description": "easynode-server",
|
||||||
"bin": "./bin/www",
|
"bin": "./bin/www",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user