Skip to content

Commit 39073b6

Browse files
committed
feat: prebuild all v2 versions
1 parent f4b67a8 commit 39073b6

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.github/workflows/build.yml

-4
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ jobs:
4848
strategy:
4949
fail-fast: false
5050
matrix:
51-
# distro:
52-
# - focal
53-
# - jammy
5451
arch:
5552
- x86_64
5653
- aarch64
@@ -68,4 +65,3 @@ jobs:
6865
command: binary-builder
6966
dry-run: ${{github.ref != 'refs/heads/main'}}
7067
token: ${{ secrets.GITHUB_TOKEN }}
71-
last-only: true

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Prebuild nix releases used by [containerbase/base](https://github.com/containerb
1111
Build the image
1212

1313
```bash
14-
docker build -t builder --build-arg APT_HTTP_PROXY=http://apt-proxy:3142 --build-arg DISTRO=focal .
14+
docker build -t builder --build-arg APT_HTTP_PROXY=http://apt-proxy:3142 --build-arg .
1515
```
1616

1717
Test the image
@@ -24,8 +24,7 @@ docker run --rm -it -v ${PWD}/.cache:/cache -e DEBURG=true builder 8.0.3
2424

2525
Optional environment variables
2626

27-
| Name | Description | Default |
28-
| ---------------- | ------------------------------------------------------------ | --------- |
29-
| `DISTRO` | Set an ubuntu base distro, `focal` and `jammy` are supported | `focal` |
30-
| `APT_HTTP_PROXY` | Set an APT http proxy for installing build deps | `<empty>` |
31-
| `DEBUG` | Show verbose nix build output | `<empty>` |
27+
| Name | Description | Default |
28+
| ---------------- | ----------------------------------------------- | --------- |
29+
| `APT_HTTP_PROXY` | Set an APT http proxy for installing build deps | `<empty>` |
30+
| `DEBUG` | Show verbose nix build output | `<empty>` |

0 commit comments

Comments
 (0)