1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Go2,263 forks (2,263 forks)batch import
cihelp wantedideasetup
Repository metrics
- Stars
- 39,670 stars (39,670 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Contributor guide
- Research direction
- Examine the project's build system (Makefile, Dockerfile, CI configuration) to understand how native binaries and Docker images are currently built. Investigate Go's cross compilation support for RISC V (GOOS=linux, GOARCH=riscv64) and Docker buildx for multi architecture images. Propose modifications to add riscv64 as a target.
- Tech stack
- godocker
- Domain
- infrastructuredevopsbuild system
- Issue type
- Feature
- Prerequisites
- Go cross compilationDocker multi architecture builds