Skip to content

Commit

Permalink
Remove riscv64 from build platforms (#633)
Browse files Browse the repository at this point in the history
The docker image `ubuntu:22.04` is not available for `riscv64`, which limits options for providing support for it here.
  • Loading branch information
das7pad authored Feb 16, 2024
1 parent a53fb9f commit f69b7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f69b7c6

Please sign in to comment.