diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c01a8b5..b03c2b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,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,riscv64 + PLATFORMS=amd64,arm,arm64 TAGS="${DOCKER_IMAGE}:${GIT_BRANCH}, ghcr.io/${{ github.repository_owner }}/baseimage:${GIT_BRANCH}" # Set output parameters.