diff --git a/.github/workflows/dispatch_release.yaml b/.github/workflows/dispatch_release.yaml index 94f174e..efd1784 100644 --- a/.github/workflows/dispatch_release.yaml +++ b/.github/workflows/dispatch_release.yaml @@ -6,14 +6,14 @@ on: version: description: 'enter version(x.y.z)' required: true - default: '2.0.0' + default: '1.0.0' container_arch: type: choice description: 'choose container architecture' - default: linux/amd64,linux/arm64 + default: linux/amd64 options: - "linux/amd64" - - "linux/amd64,linux/arm64" + - "linux/arm64" env: