Skip to content

Commit

Permalink
fix(build): Copy libzip as well
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Sep 19, 2024
1 parent 8a53fc2 commit 793237b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker-with-chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- "**/*.toml"
- "**/*.lock"
- ".github/workflows/build-docker-with-chef.yaml"
- "Dockerfile.chef"
workflow_dispatch:

env:
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.chef
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ COPY --from=arm64-chef \
/lib/aarch64-linux-gnu/libgcc_s.so.1 \
/lib/aarch64-linux-gnu/libm.so.6 \
/lib/aarch64-linux-gnu/libc.so.6 \
/lib/aarch64-linux-gnu/libz.so.1 \
/all-files/linux/arm64/lib/aarch64-linux-gnu/

COPY --from=arm64-chef \
Expand All @@ -49,6 +50,7 @@ COPY --from=amd64-chef \
/lib/x86_64-linux-gnu/libgcc_s.so.1 \
/lib/x86_64-linux-gnu/libm.so.6 \
/lib/x86_64-linux-gnu/libc.so.6 \
/lib/x86_64-linux-gnu/libz.so.1 \
/all-files/linux/amd64/lib/x86_64-linux-gnu/

COPY --from=amd64-chef \
Expand Down

0 comments on commit 793237b

Please sign in to comment.