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