Skip to content

Commit

Permalink
Add riscv64 images for alpine edge
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Jan 17, 2023
1 parent 1571843 commit 3f75831
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
DOCKER_REPO: [docker.io/multiarch/alpine]
LATEST_VERSION: [v3.14]
VERSION: [v3.11, v3.12, v3.13, v3.14, edge]
TAG_ARCH: [x86, x86_64, i386, amd64, armhf, aarch64, arm64, armv7, ppc64le, s390x]
TAG_ARCH: [x86, x86_64, i386, amd64, armhf, aarch64, arm64, armv7, ppc64le, s390x, riscv64]
include:
- {ARCH: x86, QEMU_ARCH: i386, TAG_ARCH: x86}
- {ARCH: x86_64, QEMU_ARCH: x86_64, TAG_ARCH: x86_64}
Expand All @@ -24,6 +24,12 @@ jobs:
- {ARCH: armv7, QEMU_ARCH: arm, TAG_ARCH: armv7}
- {ARCH: ppc64le, QEMU_ARCH: ppc64le, TAG_ARCH: ppc64le}
- {ARCH: s390x, QEMU_ARCH: s390x, TAG_ARCH: s390x}
- {ARCH: riscv64, QEMU_ARCH: riscv64, TAG_ARCH: riscv64}
exclude:
- {TAG_ARCH: riscv64, VERSION: v3.11}
- {TAG_ARCH: riscv64, VERSION: v3.12}
- {TAG_ARCH: riscv64, VERSION: v3.13}
- {TAG_ARCH: riscv64, VERSION: v3.14}
steps:
- uses: actions/checkout@v2
- name: Build
Expand Down

0 comments on commit 3f75831

Please sign in to comment.