diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 09769ea..e9f1fc4 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -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} @@ -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