File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,11 @@ jobs:
2929 - name : Build artifact amd64
3030 run : go build -o gmd_linux_amd64 .
3131
32- - name : Build artifact arm64
33- run : env GOOS=linux GOARCH=arm64 go build -o gmd_linux_arm64 .
34-
3532 - name : Store version info
3633 run : echo "version=v$(./gmd_linux_amd64 -v | cut --delimiter ' ' --fields 3)" >> $GITHUB_ENV
3734
3835 - name : Tar artifact
39- run : |
40- tar czf gomanagedocker_linux_amd64_${version}.tar.gz gmd_linux_amd64
41- tar czf gomanagedocker_linux_arm64_${version}.tar.gz gmd_linux_arm64
36+ run : tar czf gomanagedocker_linux_amd64_${version}.tar.gz gmd_linux_amd64
4237
4338 - name : Upload linux assets
4439 uses : actions/upload-artifact@v4
9590 files : |
9691 linux_artifacts/*
9792 macos_artifacts/*
93+
You can’t perform that action at this time.
0 commit comments