diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index a1d16eb..9d91fe8 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -30,7 +30,7 @@ jobs: run: sudo apt-get install -y libpcap-dev libluajit-5.1-dev - name: LuaJIT - run: git clone https://luajit.org/git/luajit-2.0.git && cd luajit-2.0 && make CCOPT="-static -fPIC" BUILDMODE="static" && sudo make install + run: git clone https://luajit.org/git/luajit-2.0.git && cd luajit-2.0 && git checkout v2.1 && make CCOPT="-static -fPIC" BUILDMODE="static" && sudo make install - name: Build run: | @@ -78,8 +78,8 @@ jobs: file: ./docker/Dockerfile push: true tags: | - ghcr.io/sipcapture/heplify-server:latest - ghcr.io/sipcapture/heplify-server:${{ needs.build.outputs.HEPLIFY_VERSION || github.event.release.tag_name }} + ghcr.io/sipcapture/heplify-server:multiarch + ghcr.io/sipcapture/heplify-server:${{ needs.build.outputs.HEPLIFY_VERSION || github.event.release.tag_name }}-multiarch labels: | dev.heplify-server.image.title=heplify-server dev.heplify-server.image.version=${{needs.build.outputs.HEPLIFY_VERSION || github.event.release.tag_name }}