Skip to content

Commit

Permalink
ci: build docker image for arm and x86
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Feb 21, 2025
1 parent c3526dc commit a6197f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand All @@ -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

0 comments on commit a6197f6

Please sign in to comment.