File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 run : sudo apt-get install -y libpcap-dev libluajit-5.1-dev
3131
3232 - name : LuaJIT
33- run : git clone https://luajit.org/git/luajit-2.0.git && cd luajit-2.0 && make CCOPT="-static -fPIC" BUILDMODE="static" && sudo make install
33+ 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
3434
3535 - name : Build
3636 run : |
7878 file : ./docker/Dockerfile
7979 push : true
8080 tags : |
81- ghcr.io/sipcapture/heplify-server:latest
82- ghcr.io/sipcapture/heplify-server:${{ needs.build.outputs.HEPLIFY_VERSION || github.event.release.tag_name }}
81+ ghcr.io/sipcapture/heplify-server:multiarch
82+ ghcr.io/sipcapture/heplify-server:${{ needs.build.outputs.HEPLIFY_VERSION || github.event.release.tag_name }}-multiarch
8383 labels : |
8484 dev.heplify-server.image.title=heplify-server
8585 dev.heplify-server.image.version=${{needs.build.outputs.HEPLIFY_VERSION || github.event.release.tag_name }}
You can’t perform that action at this time.
0 commit comments