compile goaccess with qemu

This commit is contained in:
aptalca
2022-01-14 14:55:42 -05:00
parent 98e966b8e9
commit 43249bd443
3 changed files with 75 additions and 4 deletions
+4
View File
@@ -13,6 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v2.3.3
- name: Set up qemu
run: |
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- name: Build image
run: |
docker build --no-cache -t ${{ github.sha }} .