Skip to content

Commit 0883379

Browse files
authored
Update ghcr.yml
1 parent addb115 commit 0883379

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ghcr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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: |
@@ -78,8 +78,8 @@ jobs:
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 }}

0 commit comments

Comments
 (0)