Add Concourse pipeline for AppImage riscv64 base image#2
Open
gounthar wants to merge 1 commit into
Open
Conversation
Follows the same pattern as appimage-arm64v8-base.yml, building from docker-openscad.git/appimage/appimage-riscv64-base with IMAGE_PLATFORM set to linux/riscv64. Companion to openscad/docker-openscad#30 which adds the Dockerfile and build script entries.
Author
|
Gentle follow-up: this is the companion to openscad/docker-openscad#30. Both are still mergeable and conflict-free. Let me know if anything needs adjusting. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a Concourse CI pipeline definition for building the AppImage riscv64 base image, following the same pattern as the existing arm64v8 and x86_64 pipelines.
Changes
appimage-riscv64-base.ymlwithIMAGE_PLATFORM: linux/riscv64pointing atdocker-openscad.git/appimage/appimage-riscv64-baseRelated
appimage-riscv64-baseDockerfile and build script entries.Notes
The riscv64 AppImage base uses
riscv64/ubuntu:24.04(Noble) as the base image, the first Ubuntu release with official riscv64 support. Dependencies come from distro packages rather than OBS repositories.