Skip to content

Commit

Permalink
force statically link nss
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored Jul 3, 2024
1 parent 6f19294 commit 8ed7bf6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-bullseye.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
target: bullseye
push: true
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Docker - Build / Push (Root)
id: docker_build_root
Expand All @@ -81,4 +83,6 @@ jobs:
file: bullseye/Dockerfile
target: bullseye-root
push: true
tags: ${{ steps.meta_root.outputs.tags }}
tags: ${{ steps.meta_root.outputs.tags }}
cache-from: type=gha
cache-to: type=gha,mode=max
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
target: bookworm
push: true
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Docker - Build / Push (Root)
id: docker_build_root
Expand All @@ -86,3 +88,5 @@ jobs:
target: bookworm-root
push: true
tags: ${{ steps.meta_root.outputs.tags }}
cache-from: type=gha
cache-to: type=gha,mode=max
1 change: 1 addition & 0 deletions bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ RUN set -x \
--prefix=/build/qemu-user-static \
--static \
--disable-system \
--enable-static-nss \
&& make -j$(nproc)

############################################################
Expand Down
1 change: 1 addition & 0 deletions bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ RUN set -x \
--prefix=/build/qemu-user-static \
--static \
--disable-system \
--enable-static-nss \
&& make -j$(nproc)

############################################################
Expand Down

0 comments on commit 8ed7bf6

Please sign in to comment.