added arm builds
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 2m52s
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 2m52s
This commit is contained in:
parent
a55257e297
commit
40bca008c9
2 changed files with 4 additions and 1 deletions
|
@ -23,9 +23,12 @@ jobs:
|
||||||
registry: cr.sp-codes.de
|
registry: cr.sp-codes.de
|
||||||
username: ${{ secrets.CR_USERNAME }}
|
username: ${{ secrets.CR_USERNAME }}
|
||||||
password: ${{ secrets.CR_TOKEN }}
|
password: ${{ secrets.CR_TOKEN }}
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v2
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
|
platforms: linux/amd64,linux/arm64/v8
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
spcodes/coturn:4.6.2
|
spcodes/coturn:4.6.2
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM debian:12.5-slim@sha256:6bdbd579ba71f6855deecf57e64524921aed6b97ff1e5195436f244d2cb42b12
|
FROM debian:12.5-slim
|
||||||
|
|
||||||
ENV COTURN_VERSION="4.6.2"
|
ENV COTURN_VERSION="4.6.2"
|
||||||
ENV PROMETHEUS_CLIENT_VERSION="v0.1.3"
|
ENV PROMETHEUS_CLIENT_VERSION="v0.1.3"
|
||||||
|
|
Reference in a new issue