removed arm support
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 6m43s
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 6m43s
This commit is contained in:
parent
1a7b8abadc
commit
e0c0f9c7ec
3 changed files with 2 additions and 5 deletions
|
@ -23,12 +23,9 @@ 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.2-slim
|
FROM debian:12.2-slim@sha256:93ff361288a7c365614a5791efa3633ce4224542afb6b53a1790330a8e52fc7d
|
||||||
|
|
||||||
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"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# [Coturn](https://git.sp-codes.de/sp-codes/coturn)
|
# [Coturn](https://git.sp-codes.de/sp-codes/coturn)
|
||||||
|
|
||||||
[![Build Status](https://ci.sp-codes.de/api/badges/sp-codes/coturn/status.svg)](https://ci.sp-codes.de/sp-services/coturn) [![License](https://img.shields.io/badge/license-AGPL--3.0-purple)](#license) [![Docker Pulls](https://img.shields.io/docker/pulls/spcodes/coturn)](https://hub.docker.com/r/spcodes/coturn)
|
[![License](https://img.shields.io/badge/license-AGPL--3.0-purple)](#license) [![Docker Pulls](https://img.shields.io/docker/pulls/spcodes/coturn)](https://hub.docker.com/r/spcodes/coturn)
|
||||||
|
|
||||||
The Coturn Docker Image for [coturn.sp-codes.de](https://coturn.sp-codes.de). Supports Prometheus metrics.
|
The Coturn Docker Image for [coturn.sp-codes.de](https://coturn.sp-codes.de). Supports Prometheus metrics.
|
||||||
|
|
||||||
|
|
Reference in a new issue