From cf2c0b856d5d69049ff4412daebf38675d6931f8 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Fri, 16 Feb 2024 10:47:31 +0000 Subject: [PATCH] Remove riscv64 from build platforms The docker image `ubuntu:22.04` is not available for `riscv64`, which limits options for providing support for it here. --- .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 c01a8b595..b03c2b292 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.