Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhangguanzhang/compile-and-packages


https://github.com/zhangguanzhang/compile-and-packages

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

## compile-and-packages

自己使用的一些静态编译和 rpm 包制作的经历,基本是使用 docker buildx build 构建出成品文件,仅供参考
生成 patch 使用 `git format-patch HEAD~1`

## 说明

- [使用 buildx 构建多平台 Docker 镜像](https://github.com/zhangguanzhang/docker-need-to-know/blob/master/2.docker-image/dockerfile/buildx.md)
- [buildx 直接构建成果到宿主机上](https://github.com/zhangguanzhang/docker-need-to-know/blob/master/2.docker-image/dockerfile/buildx.md)