Skip to content

Commit 46f1a8f

Browse files
committed
dev: set platform to linux/amd64 to force amd64 release binaries, even when building on arm64
1 parent 7d7f420 commit 46f1a8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#
1111
# Release tar.gz is copied to /imposm/dist, use mounts to get the file.
1212
# Example:
13-
# podman build -t imposm-build-debian10 .
14-
# podman run --rm -v ./dist:/imposm/dist -t imposm-build-debian10
13+
# podman build --platform=linux/amd64 -t imposm-build-debian10 .
14+
# podman run --platform=linux/amd64 --rm -v ./dist:/imposm/dist -t imposm-build-debian10
1515

1616
FROM debian:10
1717

0 commit comments

Comments
 (0)