You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILD.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Add the package you want to the appropriate `setup.sh` for example `heroku-24/se
26
26
+ libc6-dev
27
27
```
28
28
29
-
Once done, run `bin/build.sh` locally to generate the corresponding `installed-packages*` files. Multi-arch base images (heroku-24 and beyond) will produce an `installed-packages-$ARCH.txt` for each architecture.
29
+
Once done, run `bin/build.sh` locally to generate the corresponding `installed-packages*` files. Multi-arch base images (deploio-heroku:24 and beyond) will produce an `installed-packages-$ARCH.txt` for each architecture.
30
30
31
31
The `*-build` variants include all the packages from the non-build variant by default. This means that if you're adding a package to both, you only need to add them to the non-build variant. The example above will add `libc6-dev` to both `heroku-24` and `heroku-24-build`.
32
32
@@ -42,4 +42,4 @@ We use GitHub Actions to build and release the base images:
42
42
43
43
The message attached to the github release will contain all changed Ubuntu
44
44
packages (and their versions) and messages made by the conventional commit
0 commit comments