Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 6897479

Browse files
fix: always build with linux/amd64 platform option (#15)
1 parent 47d6ece commit 6897479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:focal
1+
FROM --platform=linux/amd64 ubuntu:focal
22

33
ARG DEBIAN_FRONTEND=noninteractive
44
ARG GO_VERSION=1.20

0 commit comments

Comments
 (0)