Skip to content

Commit

Permalink
rename amd64_v1
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jul 22, 2023
1 parent f09f08c commit 4999bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') == false
run: |
make snapshot
mv dist/crs_linux_amd64_v1 dist/crs_linux_amd64
# publish
- name: publish
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ${BUILD_PATH}/${CMD}: ${GO_FILES} go.sum
CGO_ENABLED=${CGO} go build \
-mod vendor \
-trimpath \
-ldflags "-s -w -X github.com/Cloudbox/crs/build.Version=${VERSION} -X github.com/Cloudbox/crs/build.GitCommit=${GIT_COMMIT} -X github.com/Cloudbox/crs/build.Timestamp=${TIMESTAMP}" \
-ldflags "-s -w -X github.com/saltyorg/crs/build.Version=${VERSION} -X github.com/saltyorg/crs/build.GitCommit=${GIT_COMMIT} -X github.com/saltyorg/crs/build.Timestamp=${TIMESTAMP}" \
-o ${BUILD_PATH}/${CMD} \
./cmd/crs

Expand Down

0 comments on commit 4999bc8

Please sign in to comment.