mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-31 02:02:48 +00:00
build: 只支持linux/amd64
This commit is contained in:
parent
c33acb6f76
commit
8fd50f091b
|
|
@ -10,8 +10,8 @@ on:
|
|||
type: choice
|
||||
options:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
- linux/amd64,linux/arm64
|
||||
#- linux/arm64
|
||||
#- linux/amd64,linux/arm64
|
||||
jobs:
|
||||
build-and-push-python-pg-to-ghcr:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ on:
|
|||
type: choice
|
||||
options:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
- linux/amd64,linux/arm64
|
||||
#- linux/arm64
|
||||
#- linux/amd64,linux/arm64
|
||||
|
||||
jobs:
|
||||
build-and-push-vector-model-to-ghcr:
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue