From 83fe37110336827ba04f1fb6a4cf8239665f0b4d Mon Sep 17 00:00:00 2001 From: Floris Feddema Date: Fri, 19 Apr 2024 22:38:01 +0200 Subject: [PATCH] add arm build to pipeline --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f604fe3..5da6a83 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,6 +33,10 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v3 + - name: Set up QEMU + uses: docker/setup-qemu-action@v3 + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v3 - name: Login to Docker Hub uses: docker/login-action@v3 with: @@ -43,6 +47,7 @@ jobs: with: push: true labels: ${{ steps.meta.outputs.labels }} + platforms: linux/amd64,linux/arm64 file: build/Dockerfile tags: | infrolabs/infro-core:latest