Skip to content

Commit a61847b

Browse files
committed
update README
new descriptions & badge fix
1 parent dc445d7 commit a61847b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
# fs-cook
2-
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FRandomCoderOrg%2Ffs-cook.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FRandomCoderOrg%2Ffs-cook?ref=badge_shield)
2+
A project written in bash to make linux tarball building process easier
33

4-
[![RawBuildTest](https://github.com/RandomCoderOrg/fs-cook/actions/workflows/build-raw.yml/badge.svg)](https://github.com/RandomCoderOrg/fs-cook/actions/workflows/build-raw.yml)
4+
| | badges |
5+
|--|-- |
6+
|build tests ( `impish`, `hirsute`, `jammy` ) | [![build-udroid](https://github.com/RandomCoderOrg/fs-cook/actions/workflows/build-udroid.yml/badge.svg)](https://github.com/RandomCoderOrg/fs-cook/actions/workflows/build-udroid.yml)
7+
|
8+
| FOSS LICENSE | [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FRandomCoderOrg%2Ffs-cook.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FRandomCoderOrg%2Ffs-cook?ref=badge_shield)
9+
|
510

611
[DEV] Linux tarball building
712
> ⚠️ warning this code is heavily experimental & work in progress!
813
>
914
> most of the feature/code may not work
1015
16+
## What this can do
17+
- can build any latest ubuntu & debian varients
18+
- supports cross architecture building ( requires `binfmt-support` enabled in kernel )
19+
- make fetch, build, pack process easier
20+
1121
## License
1222
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FRandomCoderOrg%2Ffs-cook.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FRandomCoderOrg%2Ffs-cook?ref=badge_large)

0 commit comments

Comments
 (0)