Skip to content

Commit

Permalink
Change version format and remove linux-arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-K2 committed May 24, 2023
1 parent c40cce6 commit e8d729f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ linux-arm64:
GOOS=linux GOARCH=arm64 \
${BUILD} -o bin/gspt-linux-arm64

linux-arm:
GOOS=linux GOARCH=arm \
${BUILD} -o bin/gspt-linux-arm

darwin-amd64:
GOOS=darwin GOARCH=amd64 \
${BUILD} -o bin/gspt-darwin-amd64
Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func ReadConfig() {
parseFlags()

if Flags.Version {
fmt.Printf("gspt %s \nBuild Date: %s\n", Version, BuildDate)
fmt.Printf("gspt: %s \nBuild Date: %s\n", Version, BuildDate)
os.Exit(0)
}

Expand Down

0 comments on commit e8d729f

Please sign in to comment.