Skip to content

Commit

Permalink
build: modify workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMin5 committed Jan 19, 2024
1 parent 58d9552 commit e797af0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dispatch_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e797af0

Please sign in to comment.