File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,9 @@ builds:
18
18
- 386
19
19
- arm
20
20
archive :
21
+ format : binary
22
+ name_template : " {{.ProjectName}}-{{.Os}}-{{.Arch}}"
21
23
replacements :
22
- darwin : Darwin
23
- linux : Linux
24
- windows : Windows
25
24
386 : i386
26
25
amd64 : x86_64
27
26
checksum :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ specific cron jobs using the crontab. Example:
18
18
19
19
### Linux (x86 64-bit)
20
20
``` shell
21
- curl -L https://github.com/jacobtomlinson/krontab/releases/download/{LATEST VERSION}/krontab-linux-amd64 -o /usr/local/bin/krontab
21
+ curl -L https://github.com/jacobtomlinson/krontab/releases/download/{LATEST VERSION}/krontab-linux-x86_64 -o /usr/local/bin/krontab
22
22
chmod +x /usr/local/bin/krontab
23
23
```
24
24
@@ -30,7 +30,7 @@ chmod +x /usr/local/bin/krontab
30
30
31
31
### OS X (64-bit)
32
32
``` shell
33
- curl -L https://github.com/jacobtomlinson/krontab/releases/download/{LATEST VERSION}/krontab-darwin-amd64 -o /usr/local/bin/krontab
33
+ curl -L https://github.com/jacobtomlinson/krontab/releases/download/{LATEST VERSION}/krontab-darwin-x86_64 -o /usr/local/bin/krontab
34
34
chmod +x /usr/local/bin/krontab
35
35
```
36
36
You can’t perform that action at this time.
0 commit comments