diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8321b14..91f7aa5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,10 +140,13 @@ jobs: with: files: ${{ needs.linux.outputs.changed-files }} discard-shelf: false + - uses: docker/setup-qemu-action@v3 + - uses: docker/setup-buildx-action@v3 - uses: hadolint/hadolint-action@v3.1.0 - uses: docker/build-push-action@v5 with: push: false + platforms: linux/amd64,linux/arm64 release: if: ${{ github.ref_name == 'master' && needs.linux.outputs.changed == 'true' }} @@ -180,6 +183,8 @@ jobs: - uses: prantlf/unshelve-changes-action@v2 with: files: ${{ needs.linux.outputs.changed-files }} + - uses: docker/setup-qemu-action@v3 + - uses: docker/setup-buildx-action@v3 - uses: docker/metadata-action@v5 id: meta with: @@ -204,3 +209,4 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + platforms: linux/amd64,linux/arm64 diff --git a/README.md b/README.md index bb2924c..76789ab 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ And the same task as above, only using Docker Compose (place [docker-compose.yml docker-compose up -d +The image is available as both `ghcr.io/prantlf/ovai` (GitHub) or `prantlf/ovai` (DockerHub). + ### Building Make sure that you have installed [Go] 1.22 or newer.