diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index f4f1010430dce1..737b86377b1a3e 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -46,6 +46,7 @@ jobs: with: context: ./contrib/containers/ci file: ./contrib/containers/ci/Dockerfile + platforms: linux/amd64,linux/arm64 push: true tags: | ghcr.io/${{ steps.prepare.outputs.repo }}/dashcore-ci-runner:${{ hashFiles('./contrib/containers/ci/Dockerfile') }} @@ -55,4 +56,4 @@ jobs: type=registry,ref=ghcr.io/${{ steps.prepare.outputs.repo }}/dashcore-ci-runner:${{ hashFiles('./contrib/containers/ci/Dockerfile') }} type=registry,ref=ghcr.io/${{ steps.prepare.outputs.repo }}/dashcore-ci-runner:${{ steps.prepare.outputs.tag }} type=registry,ref=ghcr.io/${{ steps.prepare.outputs.repo }}/dashcore-ci-runner:latest - cache-to: type=inline + cache-to: type=inline \ No newline at end of file