Skip to content

Commit

Permalink
feat: hack for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgrande924 committed Oct 24, 2024
1 parent 5c6fc9e commit dfb2fd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/bin/goreleaser_utils
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ before_hook() {
# cp "$(go env GOPATH)"/bin/linux_arm64/chainlink* "$lib_path/linux_arm64/plugins"
# cp "$(go env GOPATH)"/bin/chainlink* "$lib_path/linux_arm64/plugins"
cp "$cwd"/plugins/arm64/* "$lib_path/linux_arm64/plugins"
cp "$cwd"/plugins/arm64/* "$lib_path/plugins"
}

install_local_plugins() {
Expand Down

0 comments on commit dfb2fd1

Please sign in to comment.