build: 暂不支持linux/arm64
This commit is contained in:
parent
dd0fadccac
commit
00c0844514
6
.github/workflows/build-and-push.yml
vendored
6
.github/workflows/build-and-push.yml
vendored
@ -14,12 +14,12 @@ on:
|
|||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
- linux/arm64
|
#- linux/arm64
|
||||||
- linux/amd64,linux/arm64
|
#- linux/amd64,linux/arm64
|
||||||
registry:
|
registry:
|
||||||
description: 'Push To Registry'
|
description: 'Push To Registry'
|
||||||
required: true
|
required: true
|
||||||
default: 'dockerhub, fit2cloud-registry'
|
default: 'dockerhub'
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- dockerhub
|
- dockerhub
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user