Skip to content

Commit

Permalink
Change antrea-image-platform input to 'choice'
Browse files Browse the repository at this point in the history
Signed-off-by: Antonin Bas <[email protected]>
  • Loading branch information
antoninbas committed Nov 20, 2024
1 parent 580f7ab commit 7049fa0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@ on:
default: ubuntu-latest
antrea-image-platform:
description: Platform argument to provide when building the Antrea images
type: choice
options:
- "linux/amd64"
- "linux/arm64"
- "linux/arm/v7"
default: "linux/amd64"
required: true


jobs:
Expand Down

0 comments on commit 7049fa0

Please sign in to comment.