Skip to content

Commit

Permalink
Move run-on-arch to root
Browse files Browse the repository at this point in the history
  • Loading branch information
uraimo committed Sep 28, 2019
1 parent 31a24ef commit a20d258
Show file tree
Hide file tree
Showing 48 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion run-on-arch/src/run-on-arch.sh → src/run-on-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ sudo apt update -y && sudo apt install -y qemu qemu-user-static
# Install support for new archs via qemu
# Platforms: linux/amd64, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/arm/v7, linux/arm/v6
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker build . --file Dockerfile.$ARCH.$DISTRO --tag multiarchimage
docker build . --file Dockerfiles/Dockerfile.$ARCH.$DISTRO --tag multiarchimage

docker run --workdir /github/workspace --rm -e HOME -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e RUNNER_OS -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/multiarch-actions/multiarch-actions":"/github/workspace" -t multiarchimage "$RUNS"

0 comments on commit a20d258

Please sign in to comment.