Skip to content

Commit

Permalink
Create go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dfltbox authored Jun 16, 2024
1 parent 63630cd commit e2d3039
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
- name: Go Release Action
# You may pin to the exact commit or the version.
# uses: Mmx233/GoReleaseCli@20925c8b00fc69b81aa034bd01146e4e2563291c
uses: Mmx233/[email protected]
with:
# Target package
target: box/bulk-dl
# Output binary file name
name: bulk-dl
# Output dir path
output: # optional
# Target arch
arch: # optional
# Build all extra arches
extra-arches: # optional
# Show default extra arch name
extra-arches-show-default: # optional
# Target os
os: linux,windows,mac
# Enable go cgo
cgo: # optional
# Add custom ldflags
ldflags: # optional
# Disable ldflags added by default
disable-default-ldflags: # optional
# How many threads to use for parallel compilation
tread: # optional
# Compress the binary into the specified format of compressed file
compress: # optional

0 comments on commit e2d3039

Please sign in to comment.