Skip to content

Commit

Permalink
fix a few more small issues
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Lombrozo <[email protected]>
  • Loading branch information
djeebus committed Mar 12, 2024
1 parent 8ed34c1 commit 0c5b3cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/on_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c5b3cd

Please sign in to comment.