There was an error while loading. Please reload this page.
1 parent 7d7f420 commit 46f1a8fCopy full SHA for 46f1a8f
1 file changed
Dockerfile
@@ -10,8 +10,8 @@
10
#
11
# Release tar.gz is copied to /imposm/dist, use mounts to get the file.
12
# Example:
13
-# podman build -t imposm-build-debian10 .
14
-# podman run --rm -v ./dist:/imposm/dist -t imposm-build-debian10
+# podman build --platform=linux/amd64 -t imposm-build-debian10 .
+# podman run --platform=linux/amd64 --rm -v ./dist:/imposm/dist -t imposm-build-debian10
15
16
FROM debian:10
17
0 commit comments