From 4f74b2aec99c92fa9c1f950e649172bca1a4e44a Mon Sep 17 00:00:00 2001 From: Olof Nord Date: Sun, 12 Dec 2021 19:15:23 +0100 Subject: [PATCH] Build Docker images for riscv64 with GitHub CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 86eb8ae..b17d1f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: DOCKER_IMAGE=phusion/baseimage GIT_BRANCH=${GITHUB_REF##*/} # Set the platforms to build for here and thus reduce duplicating it. - PLATFORMS=amd64,arm,arm64 + PLATFORMS=amd64,arm,arm64,riscv64 TAGS="${DOCKER_IMAGE}:${GIT_BRANCH}, ghcr.io/${{ github.repository_owner }}/baseimage:${GIT_BRANCH}" # Set output parameters.