File tree 2 files changed +5
-10
lines changed
2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 48
48
strategy :
49
49
fail-fast : false
50
50
matrix :
51
- # distro:
52
- # - focal
53
- # - jammy
54
51
arch :
55
52
- x86_64
56
53
- aarch64
68
65
command : binary-builder
69
66
dry-run : ${{github.ref != 'refs/heads/main'}}
70
67
token : ${{ secrets.GITHUB_TOKEN }}
71
- last-only : true
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Prebuild nix releases used by [containerbase/base](https://github.com/containerb
11
11
Build the image
12
12
13
13
``` 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 .
15
15
```
16
16
17
17
Test the image
@@ -24,8 +24,7 @@ docker run --rm -it -v ${PWD}/.cache:/cache -e DEBURG=true builder 8.0.3
24
24
25
25
Optional environment variables
26
26
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> ` |
You can’t perform that action at this time.
0 commit comments