Skip to content

Commit

Permalink
👷 Build rig-operator:main for arm64 as well (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersjohnsen authored Sep 18, 2024
1 parent 3cd9c45 commit 6ba8600
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
- name: Checkout
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

Expand All @@ -26,7 +29,7 @@ jobs:
with:
context: .
file: ./build/package/Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/rigdev/rig-operator:main
Expand Down

0 comments on commit 6ba8600

Please sign in to comment.