Skip to content

Commit

Permalink
[droidian-images] rootfs-builder: re-enable rootfs-builder
Browse files Browse the repository at this point in the history
Signed-off-by: Eugenio Paolantonio (g7) <[email protected]>
  • Loading branch information
g7 committed May 12, 2024
1 parent 5339ba8 commit 1768067
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: true
matrix:
arch: [amd64, armhf, arm64]
template: [build-essential, aptly-intake]
template: [build-essential, rootfs-builder, aptly-intake]
dist: [next]
namespace: [droidian]
exclude:
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.amd64_droidian_rootfs_builder_next
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN \
lvm2 \
qemu-user-static \
binfmt-support \
android-sdk-libsparse-utils \
python3-yaml \
systemd-container

Expand Down
1 change: 1 addition & 0 deletions Dockerfile.arm64_droidian_rootfs_builder_next
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN \
lvm2 \
qemu-user-static \
binfmt-support \
android-sdk-libsparse-utils \
python3-yaml \
systemd-container

Expand Down
1 change: 1 addition & 0 deletions Dockerfile.armhf_droidian_rootfs_builder_next
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN \
lvm2 \
qemu-user-static \
binfmt-support \
android-sdk-libsparse-utils \
python3-yaml \
systemd-container

Expand Down
1 change: 1 addition & 0 deletions Dockerfile.rootfs-builder.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN \
lvm2 \
qemu-user-static \
binfmt-support \
android-sdk-libsparse-utils \
python3-yaml \
systemd-container

Expand Down

0 comments on commit 1768067

Please sign in to comment.