diff --git a/.github/workflows/goreleaser-build-publish-develop.yml b/.github/workflows/goreleaser-build-publish-develop.yml index f0145e351ba..72c07a0eeb3 100644 --- a/.github/workflows/goreleaser-build-publish-develop.yml +++ b/.github/workflows/goreleaser-build-publish-develop.yml @@ -35,7 +35,7 @@ jobs: goreleaser-exec: ./tools/bin/goreleaser_wrapper goreleaser-config: .goreleaser.develop.yaml goreleaser-key: ${{ secrets.GORELEASER_KEY }} - zig-version: 0.11.0 + zig-version: 0.10.1 - name: Collect Metrics if: always() id: collect-gha-metrics diff --git a/core/chainlink.goreleaser.Dockerfile b/core/chainlink.goreleaser.Dockerfile index 9e208b1907b..edb65b4590f 100644 --- a/core/chainlink.goreleaser.Dockerfile +++ b/core/chainlink.goreleaser.Dockerfile @@ -15,7 +15,7 @@ RUN curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \ && apt-get clean all \ && rm -rf /var/lib/apt/lists/* -COPY ./chainlink /usr/local/bin/ +COPY . /usr/local/bin/ # Copy native libs if cgo is enabled COPY ./tmp/linux_${TARGETARCH}/libs /usr/local/bin/libs diff --git a/tools/bin/goreleaser_utils b/tools/bin/goreleaser_utils index e6804250ea6..b79811ce1c9 100755 --- a/tools/bin/goreleaser_utils +++ b/tools/bin/goreleaser_utils @@ -51,8 +51,6 @@ before_hook() { local -r wasmvm_lib_path_darwin_amd64=$(_get_wasmvm_lib_path "darwin" "amd64") local -r wasmvm_lib_path_darwin_arm64=$(_get_wasmvm_lib_path "darwin" "arm64") - # _install_plugins - mkdir -p "$lib_path/linux_amd64/libs" cp -f "$wasmvm_lib_path_linux_amd64" "$lib_path/linux_amd64/libs" mkdir -p "$lib_path/linux_arm64/libs"