File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 runner : ubuntu-latest
3838 - task : Windows_64bit
3939 runner : ubuntu-latest
40- - task : Windows_Arm_64bit
40+ - task : Windows_ARM64
4141 runner : ubuntu-latest
4242 - task : Linux_32bit
4343 runner : ubuntu-latest
Original file line number Diff line number Diff line change 5252 PACKAGE_PLATFORM : " Windows_64bit"
5353 PACKAGE_NAME : " {{.PROJECT_NAME}}_{{.VERSION}}_{{.PACKAGE_PLATFORM}}.zip"
5454
55- Windows_Arm_64bit :
55+ Windows_ARM64 :
5656 desc : Builds Windows ARM 64 bit binaries
5757 cmds :
5858 - |
6464 vars :
6565 PLATFORM_DIR : " {{.PROJECT_NAME}}_windows_arm64"
6666 BUILD_COMMAND : " go build -o {{.DIST_DIR}}/{{.PLATFORM_DIR}}/{{.PROJECT_NAME}}.exe {{.LDFLAGS}}"
67- PACKAGE_PLATFORM : " Windows_Arm_64bit "
67+ PACKAGE_PLATFORM : " Windows_ARM64 "
6868 PACKAGE_NAME : " {{.PROJECT_NAME}}_{{.VERSION}}_{{.PACKAGE_PLATFORM}}.zip"
6969
7070 Linux_32bit :
You can’t perform that action at this time.
0 commit comments