mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 21:12:57 +00:00
Type: choice is not yet supported
This commit is contained in:
5
.github/workflows/sub-build-push-image.yml
vendored
5
.github/workflows/sub-build-push-image.yml
vendored
@@ -14,10 +14,7 @@ on:
|
|||||||
platform:
|
platform:
|
||||||
description: "Target platform for the built image"
|
description: "Target platform for the built image"
|
||||||
required: true
|
required: true
|
||||||
type: choice
|
type: string
|
||||||
options:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-push-image:
|
build-push-image:
|
||||||
|
5
.github/workflows/sub-test-image.yml
vendored
5
.github/workflows/sub-test-image.yml
vendored
@@ -10,10 +10,7 @@ on:
|
|||||||
platform:
|
platform:
|
||||||
description: "Target platform for the built image"
|
description: "Target platform for the built image"
|
||||||
required: true
|
required: true
|
||||||
type: choice
|
type: string
|
||||||
options:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-image:
|
test-image:
|
||||||
|
Reference in New Issue
Block a user