diff options
| author | Mister_X <MisterX2000@users.noreply.github.com> | 2025-04-06 01:56:09 +0200 |
|---|---|---|
| committer | Mister_X <MisterX2000@users.noreply.github.com> | 2025-04-06 01:56:09 +0200 |
| commit | d2b863a3a4c2377812aff7aa7edf845bc0291cfc (patch) | |
| tree | 5b817305cb7b7682a627287d588f14e068c44600 /.github | |
| parent | 72413a67c0dc3a25a29d50efc2a3ff5cb06599a2 (diff) | |
test dockerfile
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-docker-image.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build-docker-image.yaml b/.github/workflows/build-docker-image.yaml index 6016fca59..ee103b023 100644 --- a/.github/workflows/build-docker-image.yaml +++ b/.github/workflows/build-docker-image.yaml @@ -22,9 +22,9 @@ jobs: matrix: include: - tag: "" # Default Dockerfile - platforms: linux/amd64,linux/arm64 - - tag: alpine - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,linux/arm,linux/riscv64 + # - tag: alpine + # platforms: linux/amd64,linux/arm64 runs-on: ubuntu-latest steps: |
