Skip to content

Commit

Permalink
feat/test: add multi-arch support
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed May 3, 2024
1 parent b0f19bf commit 439d41b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
name: Containerfile
path: Containerfile

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand All @@ -49,6 +52,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64v8
tags: ${{ env.REGISTRY }}/${{ github.actor }}/${{ env.IMAGE_NAME }}:main

- uses: sigstore/[email protected]
Expand Down

0 comments on commit 439d41b

Please sign in to comment.