Skip to content

Commit c4e6e9e

Browse files
committed
Add riscv64 images for alpine edge
1 parent 1571843 commit c4e6e9e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
DOCKER_REPO: [docker.io/multiarch/alpine]
1313
LATEST_VERSION: [v3.14]
1414
VERSION: [v3.11, v3.12, v3.13, v3.14, edge]
15-
TAG_ARCH: [x86, x86_64, i386, amd64, armhf, aarch64, arm64, armv7, ppc64le, s390x]
15+
TAG_ARCH: [x86, x86_64, i386, amd64, armhf, aarch64, arm64, armv7, ppc64le, s390x, riscv64]
1616
include:
1717
- {ARCH: x86, QEMU_ARCH: i386, TAG_ARCH: x86}
1818
- {ARCH: x86_64, QEMU_ARCH: x86_64, TAG_ARCH: x86_64}
@@ -24,6 +24,7 @@ jobs:
2424
- {ARCH: armv7, QEMU_ARCH: arm, TAG_ARCH: armv7}
2525
- {ARCH: ppc64le, QEMU_ARCH: ppc64le, TAG_ARCH: ppc64le}
2626
- {ARCH: s390x, QEMU_ARCH: s390x, TAG_ARCH: s390x}
27+
- {ARCH: riscv64, QEMU_ARCH: riscv64, TAG_ARCH: riscv64, VERSION: edge}
2728
steps:
2829
- uses: actions/checkout@v2
2930
- name: Build

0 commit comments

Comments
 (0)