Skip to content

Commit

Permalink
feat: publish arm64 Docker image as well
Browse files Browse the repository at this point in the history
  • Loading branch information
andresrosenthal committed Feb 6, 2025
1 parent 930930a commit 3bbfc15
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
- main
env:
REGISTRY: ghcr.io
XROAD_HOME: ${{ github.workspace }}
jobs:
Publish:
name: Publish example-restapi image
Expand All @@ -21,10 +20,12 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
context: ${{ github.workspace }}
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/nordic-institute/xrddev-example-restapi:latest
- name: Clean old images
Expand Down

0 comments on commit 3bbfc15

Please sign in to comment.