From 7251e4a086b9c3566042f7d7602b56f4b881e598 Mon Sep 17 00:00:00 2001 From: Patrick Beisler Date: Mon, 7 Feb 2022 16:21:50 -0500 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 48c9af8..f4fa1e5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,15 @@ jobs: - name: Checkout code uses: actions/checkout@v2 + - name: Set up QEMU + uses: docker/setup-qemu-action@v1 + + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v1 + - name: Build ecs image + with: + platforms: linux/amd64,linux/arm64,linux/arm/v7 run: | cd ecs ./build.sh latest