From 690f15cf94966bebbb93e84acafc706a309e17cf Mon Sep 17 00:00:00 2001 From: PikachuEXE Date: Mon, 13 Jun 2022 18:43:40 +0800 Subject: [PATCH] Fix relayer Dockerfile for M1 Mac (#2286) Otherwise library not found error will be encountered Ref: https://github.com/nodejs/help/issues/3239 --- ci/relayer.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/relayer.Dockerfile b/ci/relayer.Dockerfile index 191b8cc166..265446581b 100644 --- a/ci/relayer.Dockerfile +++ b/ci/relayer.Dockerfile @@ -1,7 +1,7 @@ ##################################################### #### Relayer image #### ##################################################### -FROM ubuntu:21.04 +FROM --platform=linux/amd64 ubuntu:21.04 LABEL maintainer="hello@informal.systems" ARG RELEASE