mirror of
https://github.com/zellyn/diskii.git
synced 2025-01-02 23:30:36 +00:00
Remove spurious $(package) from cross-compiles
This commit is contained in:
parent
cdfae2f6d0
commit
c2dfc52d59
@ -15,6 +15,6 @@ deploy:
|
|||||||
tags: true
|
tags: true
|
||||||
after_success:
|
after_success:
|
||||||
- mkdir -p release
|
- mkdir -p release
|
||||||
- GOOS=linux GOARCH=amd64 go build -o release/diskii-linux-amd64 $(package)
|
- GOOS=linux GOARCH=amd64 go build -o release/diskii-linux-amd64
|
||||||
- GOOS=darwin GOARCH=amd64 go build -o release/diskii-macos-amd64 $(package)
|
- GOOS=darwin GOARCH=amd64 go build -o release/diskii-macos-amd64
|
||||||
- GOOS=windows GOARCH=amd64 go build -o release/diskii-windows-amd64.exe $(package)
|
- GOOS=windows GOARCH=amd64 go build -o release/diskii-windows-amd64.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user