File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4141 files : |
4242 target/scanoss-folder-hashing-api-linux-amd64
4343 target/scanoss-folder-hashing-api-linux-arm64
44- target/scanoss-hfh -import-linux-amd64
45- target/scanoss-hfh -import-linux-arm64
44+ target/scanoss-folder-hashing -import-linux-amd64
45+ target/scanoss-folder-hashing -import-linux-arm64
4646 scanoss-folder-hashing-api_linux-amd64_${{ github.ref_name }}-1.tgz
4747 scanoss-folder-hashing-api_linux-arm64_${{ github.ref_name }}-1.tgz
Original file line number Diff line number Diff line change @@ -50,19 +50,19 @@ build: build_amd64 build_arm64 ## Build binaries for all architectures
5050
5151build_amd64 : # # Build AMD64 binary
5252 @mkdir -p $(BUILD_DIR )
53- @GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags=" $( LDFLAGS) " -o $(BUILD_DIR ) /folder-hashing-api-linux-amd64 ./cmd/server
53+ @GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags=" $( LDFLAGS) " -o $(BUILD_DIR ) /scanoss- folder-hashing-api-linux-amd64 ./cmd/server
5454
5555build_arm64 : # # Build ARM64 binary
5656 @mkdir -p $(BUILD_DIR )
57- @GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -ldflags=" $( LDFLAGS) " -o $(BUILD_DIR ) /folder-hashing-api-linux-arm64 ./cmd/server
57+ @GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -ldflags=" $( LDFLAGS) " -o $(BUILD_DIR ) /scanoss- folder-hashing-api-linux-arm64 ./cmd/server
5858
5959build_import_amd64 : # # Build import tool (AMD64)
6060 @mkdir -p $(BUILD_DIR )
61- @GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags=" $( LDFLAGS) " -o $(BUILD_DIR ) /hfh -import-linux-amd64 ./cmd/import
61+ @GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags=" $( LDFLAGS) " -o $(BUILD_DIR ) /scanoss-folder-hashing -import-linux-amd64 ./cmd/import
6262
6363build_import_arm64 : # # Build import tool (ARM64)
6464 @mkdir -p $(BUILD_DIR )
65- @GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -ldflags=" $( LDFLAGS) " -o $(BUILD_DIR ) /hfh -import-linux-arm64 ./cmd/import
65+ @GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -ldflags=" $( LDFLAGS) " -o $(BUILD_DIR ) /scanoss-folder-hashing -import-linux-arm64 ./cmd/import
6666
6767# Maintenance
6868clean : # # Clean build artifacts
You can’t perform that action at this time.
0 commit comments