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
|
||||
options:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
- linux/amd64,linux/arm64
|
||||
#- linux/arm64
|
||||
#- linux/amd64,linux/arm64
|
||||
registry:
|
||||
description: 'Push To Registry'
|
||||
required: true
|
||||
default: 'dockerhub, fit2cloud-registry'
|
||||
default: 'dockerhub'
|
||||
type: choice
|
||||
options:
|
||||
- dockerhub
|
||||
|
||||
Loading…
Reference in New Issue
Block a user