Skip to content

Commit

Permalink
chore: add the docker image platform to be linux/amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
neuodev committed Feb 24, 2023
1 parent 3f48b45 commit 7e275b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM synthetixio/docker-e2e:18.13-ubuntu as base
FROM --platform=linux/amd64 synthetixio/docker-e2e:18.13-ubuntu as base

RUN mkdir /app
WORKDIR /app
Expand Down

0 comments on commit 7e275b5

Please sign in to comment.