cloud-hypervisor/.github/workflows
Sebastien Boeuf db5d42ad41 resources: Fix Dockerfile to support multi-architecture
In order to support both amd64 and arm64, we rely on the TARGETARCH
variable that is passed from the docker buildx command, based on the
platform used to build the container image.

There is no way to rely directly on $(uname -m) to assign a variable
with the correct x86_64 or aarch64 values we're looking for. Both ENV
and ARG don't evaluate the command, which means they see it as a simple
string. Using RUN is the only way to evaluate a command.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-09-29 09:29:36 +02:00
..
audit.yaml build: Run cargo-audit from a GitHub action 2020-08-13 16:09:24 +02:00
build.yaml build: Use GitHub actions for clippy/build/rustfmt tests 2020-08-13 16:09:24 +02:00
cross-build.yaml scripts: Remove the workaround for "with-serde" build error on AArch64 2020-07-31 12:35:17 +01:00
docker-image.yaml resources: Fix Dockerfile to support multi-architecture 2020-09-29 09:29:36 +02:00
quality-aarch64.yaml build: Add quality checks workflow for AArch64 2020-08-24 10:59:08 +02:00
quality.yaml build: Use GitHub actions for clippy/build/rustfmt tests 2020-08-13 16:09:24 +02:00
release.yaml build: github: Prepare for splitting binaries by building all binaries 2020-07-06 10:56:10 +02:00