about summary refs log tree commit diff
path: root/src/ci/docker/host-x86_64/dist-x86_64-linux/shared.sh
AgeCommit message (Collapse)AuthorLines
2025-01-11ci: Organise shared helper scriptsKajetan Puchalski-16/+0
Move shared helper scripts used by Docker builds under docker/scripts.
2024-12-20Revert "Auto merge of #133809 - mrkajetanp:ci-aarch64-dist, r=Kobzol"Jakub Beránek-0/+16
This reverts commit 023521e6825edfa6df01e392520d7cb120eab158, reversing changes made to c434b4b4b6cd20560c5b32e80b2b22618a4da3dd.
2024-12-18ci: Organise shared helper scriptsKajetan Puchalski-16/+0
Move shared helper scripts used by Docker builds under docker/scripts.
2020-11-06fix shellcheck error of SC2068Daiki Ihara-1/+1
2020-11-06fix shellcheck error of SC2148Daiki Ihara-0/+1
2020-07-03ci: move all x86_64 runners to the host-x86_64 directoryPietro Albini-0/+15
We need to add runners designed for an aarch64 host system, and it'd be nice to return an error message if someone tries to run an image designed for an host architecture in another one. To start the work on this, this commit moves all the existing builders in the host-x86_64 directory, and changes the run.sh script to look up the image in the correct directory based on the host architecture.