Signed-off-by: Rui-Gan <1171530954@qq.com>
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-ARG GO_VERSION=${{ matrix.golang }}
+ARG GO_VERSION
FROM golang:$GO_VERSION-alpine AS builder
RUN apk add gcc make git libc-dev zip curl jq bash binutils-gold pkgconfig zeromq-dev
@@ -16,7 +16,7 @@ FROM centos:7
RUN yum install -y make wget git which rpm-build gcc
RUN case $(arch) in \
x86_64) \
@@ -14,7 +14,7 @@
FROM debian:stretch
RUN apt update \
&& apt install -y make wget git curl procps zip libucl-dev zlib1g-dev pkg-config libczmq-dev build-essential debhelper jq zip