k9s: fix cross-platform builds
This commit is contained in:
parent
a614bb9143
commit
f0b65931eb
|
@ -17,12 +17,12 @@ export LDFLAGS="-fuse-ld=bfd"
|
|||
|
||||
post_build() {
|
||||
for shell in bash zsh fish; do
|
||||
_build-k9s-xbps/bin/k9s completion $shell >k9s.$shell
|
||||
go run main.go completion $shell >completion.$shell
|
||||
done
|
||||
}
|
||||
|
||||
post_install() {
|
||||
for shell in bash zsh fish; do
|
||||
vcompletion k9s.$shell $shell
|
||||
vcompletion completion.$shell $shell
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue