From 0c5b3cde434924ff9012c61d9b62f02be9a8745c Mon Sep 17 00:00:00 2001 From: Joe Lombrozo Date: Tue, 12 Mar 2024 17:02:47 -0400 Subject: [PATCH] fix a few more small issues Signed-off-by: Joe Lombrozo --- .github/workflows/on_pull_request.yaml | 3 +++ skaffold.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/on_pull_request.yaml b/.github/workflows/on_pull_request.yaml index dbdd807..deb9976 100644 --- a/.github/workflows/on_pull_request.yaml +++ b/.github/workflows/on_pull_request.yaml @@ -22,6 +22,9 @@ jobs: - uses: earthly/actions-setup@v1 with: { version: "v${{ env.EARTHLY_TOOL_VERSION }}" } + - name: Set up QEMU + uses: docker/setup-qemu-action@v3 + # intentionally avoiding --push, this is just # to test the command - run: ./earthly +build-image-multiarch diff --git a/skaffold.yaml b/skaffold.yaml index b395997..1da61df 100644 --- a/skaffold.yaml +++ b/skaffold.yaml @@ -7,7 +7,7 @@ build: artifacts: - image: prom-aggregation-gateway custom: - buildCommand: earthly +build-image --version=$IMAGE_TAG --image_name=$IMAGE_REPO + buildCommand: ./earthly +build-image --version=$IMAGE_TAG --image_name=$IMAGE_REPO tagPolicy: customTemplate: template: dev