diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index aa1b4950094..c5a084eaca1 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -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: