Skip to content

Commit f69b7c6

Browse files
authored
Remove riscv64 from build platforms (#633)
The docker image `ubuntu:22.04` is not available for `riscv64`, which limits options for providing support for it here.
1 parent a53fb9f commit f69b7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
DOCKER_IMAGE=phusion/baseimage
1919
GIT_BRANCH=${GITHUB_REF##*/}
2020
# Set the platforms to build for here and thus reduce duplicating it.
21-
PLATFORMS=amd64,arm,arm64,riscv64
21+
PLATFORMS=amd64,arm,arm64
2222
TAGS="${DOCKER_IMAGE}:${GIT_BRANCH}, ghcr.io/${{ github.repository_owner }}/baseimage:${GIT_BRANCH}"
2323
2424
# Set output parameters.

0 commit comments

Comments
 (0)