Skip to content

Commit

Permalink
Fix relayer Dockerfile for M1 Mac (informalsystems#2286)
Browse files Browse the repository at this point in the history
Otherwise library not found error will be encountered
Ref: nodejs/help#3239
  • Loading branch information
PikachuEXE authored Jun 13, 2022
1 parent 110326b commit 690f15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/relayer.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#####################################################
#### Relayer image ####
#####################################################
FROM ubuntu:21.04
FROM --platform=linux/amd64 ubuntu:21.04
LABEL maintainer="hello@informal.systems"

ARG RELEASE
Expand Down

0 comments on commit 690f15c

Please sign in to comment.