Skip to content

Commit

Permalink
related #3 - Rollback alpine version
Browse files Browse the repository at this point in the history
unable to build due to buggy libseccomp2 cross compilation preventing
alpine build for armhf/armv6. Nothing found so far...
  • Loading branch information
jaymoulin committed Dec 23, 2022
1 parent 9dccfe1 commit b1072a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v1
- name: Installing dependencies
run: |
sudo apt update && sudo apt install make -y
sudo apt update
sudo apt install make -y
git clone https://github.com/estesp/manifest-tool && cd manifest-tool && git checkout v0.9.0 && sudo make && sudo make install && cd .. && rm -Rf manifest-tool
docker run --rm --privileged multiarch/qemu-user-static:register
sudo apt install -y qemu qemu-user-static qemu-user binfmt-support
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:alpine3.17 as builder
FROM node:alpine3.14 as builder

COPY qemu-*-static /usr/bin/

Expand Down

0 comments on commit b1072a0

Please sign in to comment.