ci: build amd64 and arm64 image on the correct runner #4

Merged
t.behrendt merged 5 commits from ci-parallel-multi-arch-build into main 2025-01-07 19:02:48 +01:00
Showing only changes of commit 8ea30c4618 - Show all commits

View File

@@ -44,6 +44,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to Registry
uses: docker/login-action@v2
with: