diff --git a/README.md b/README.md index e7c21c1e094..0461db6e474 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@


+trigger + [![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/smartcontractkit/chainlink?style=flat-square)](https://hub.docker.com/r/smartcontract/chainlink/tags) [![GitHub license](https://img.shields.io/github/license/smartcontractkit/chainlink?style=flat-square)](https://github.com/smartcontractkit/chainlink/blob/master/LICENSE) [![GitHub workflow changeset](https://img.shields.io/github/actions/workflow/status/smartcontractkit/chainlink/changeset.yml)](https://github.com/smartcontractkit/chainlink/actions/workflows/changeset.yml?query=workflow%3AChangeset) diff --git a/tools/bin/goreleaser_utils b/tools/bin/goreleaser_utils index 5f79194404c..4231cc5afc0 100755 --- a/tools/bin/goreleaser_utils +++ b/tools/bin/goreleaser_utils @@ -18,7 +18,7 @@ before_hook() { mkdir -p "$lib_path/linux_amd64/plugins" # cp "$(go env GOPATH)"/bin/linux_amd64/chainlink* "$lib_path/linux_amd64/plugins" # cp "$(go env GOPATH)"/bin/chainlink* "$lib_path/linux_amd64/plugins" - cp "$cwd"/plugins/amd64/* "$lib_path/linux_amd64/plugins" + # cp "$cwd"/plugins/amd64/* "$lib_path/linux_amd64/plugins" mkdir -p "$lib_path/linux_arm64/plugins" # cp "$(go env GOPATH)"/bin/linux_arm64/chainlink* "$lib_path/linux_arm64/plugins" @@ -26,19 +26,19 @@ before_hook() { # cp "$cwd"/plugins/arm64/* "$lib_path/linux_arm64/plugins" # hack - cp "$cwd"/plugins/amd64/* "$lib_path/plugins" + # cp "$cwd"/plugins/amd64/* "$lib_path/plugins" # wasmvm plugins - cp "$cwd"/plugins/attest-account "$lib_path/plugins" - cp "$cwd"/plugins/batch-kv-read "$lib_path/plugins" - cp "$cwd"/plugins/batch-kv-write "$lib_path/plugins" - cp "$cwd"/plugins/create-account "$lib_path/plugins" - cp "$cwd"/plugins/detect-lock "$lib_path/plugins" - cp "$cwd"/plugins/detect-unlock "$lib_path/plugins" - cp "$cwd"/plugins/lock "$lib_path/plugins" - cp "$cwd"/plugins/unlock "$lib_path/plugins" - cp "$cwd"/plugins/detect-account-creation "$lib_path/plugins" - cp "$cwd"/plugins/detect-account-attestation "$lib_path/plugins" + # cp "$cwd"/plugins/attest-account "$lib_path/plugins" + # cp "$cwd"/plugins/batch-kv-read "$lib_path/plugins" + # cp "$cwd"/plugins/batch-kv-write "$lib_path/plugins" + # cp "$cwd"/plugins/create-account "$lib_path/plugins" + # cp "$cwd"/plugins/detect-lock "$lib_path/plugins" + # cp "$cwd"/plugins/detect-unlock "$lib_path/plugins" + # cp "$cwd"/plugins/lock "$lib_path/plugins" + # cp "$cwd"/plugins/unlock "$lib_path/plugins" + # cp "$cwd"/plugins/detect-account-creation "$lib_path/plugins" + # cp "$cwd"/plugins/detect-account-attestation "$lib_path/plugins" # Retrieve GOPATH GOPATH=$(go env GOPATH)