Skip to content

Commit

Permalink
chore: update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmx233 committed Aug 23, 2024
1 parent 6c88da6 commit ed36d4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ inputs:
description: 'Target os'
cgo:
description: 'Enable go cgo'
platforms:
description: 'Specify platforms'
ldflags:
description: 'Add custom ldflags'
disable-default-ldflags:
Expand All @@ -27,7 +29,8 @@ inputs:
description: 'How many threads to use for parallel compilation'
compress:
description: 'Compress the binary into the specified format of compressed file'

mod-download-args:
description: 'Custom args for go mod download'
runs:
using: 'docker'
image: 'Dockerfile'

0 comments on commit ed36d4c

Please sign in to comment.