Skip to content

Commit

Permalink
fix bin name
Browse files Browse the repository at this point in the history
Signed-off-by: xiexianbin <[email protected]>
  • Loading branch information
xiexianbin committed May 12, 2024
1 parent c3b43bc commit d8a6b69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ darwin-amd64: GOARGS = GOOS=darwin GOARCH=amd64
darwin-arm64: GOARGS = GOOS=darwin GOARCH=arm64
windows-amd64: GOARGS = GOOS=windows GOARCH=amd64

BINARY_NAME ?= main
BINARY_NAME ?= xca
IMG ?= xiexianbin/go-actions-demo:latest

ifeq ($(RELEASE_TAG),true)
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ shell implement at [x-ca/x-ca](https://github.com/x-ca/x-ca)
## install

```
curl -Lfs -o xca https://github.com/x-ca/go-ca/releases/latest/download/xca-{linux|darwin|windows}
curl -Lfs -o xca https://github.com/x-ca/go-ca/releases/latest/download/xca-{linux|darwin|windows}-{amd64|arm64|s390x|ppc64le}
chmod +x xca
mv xca /usr/local/bin/
```
Expand Down Expand Up @@ -58,6 +58,8 @@ Usage:
Second-Level private key file path, PEM format. (default "x-ca/ca/tls-ca/private/tls-ca.key")
-tls-key-password string
tls key password, only work for load github.com/x-ca/x-ca.
-version
show version info.
Source Code:
https://github.com/x-ca/go-ca
Expand Down

0 comments on commit d8a6b69

Please sign in to comment.