Skip to content

Commit

Permalink
Merge pull request #1380 from yaacov/add-arch-to-podman-ci-run-command
Browse files Browse the repository at this point in the history
Add --arch when running podman to allow running on ARM machines
  • Loading branch information
yaacov authored Nov 5, 2024
2 parents 6dc1384 + 7e9b367 commit 82a85d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/start-console.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,5 @@ podman run \
--publish=${CONSOLE_PORT}:${CONSOLE_PORT} \
--name=${CONSOLE_CONTAINER_NAME} \
--env "BRIDGE_*" \
--arch=amd64 \
${CONSOLE_IMAGE}

0 comments on commit 82a85d1

Please sign in to comment.