removed arm support
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 6m43s

This commit is contained in:
Samuel Philipp 2023-12-08 01:35:09 +01:00
parent 1a7b8abadc
commit e0c0f9c7ec
3 changed files with 2 additions and 5 deletions

View file

@ -23,12 +23,9 @@ jobs:
registry: cr.sp-codes.de
username: ${{ secrets.CR_USERNAME }}
password: ${{ secrets.CR_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and push
uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64/v8
push: true
tags: |
spcodes/coturn:4.6.2

View file

@ -1,4 +1,4 @@
FROM debian:12.2-slim
FROM debian:12.2-slim@sha256:93ff361288a7c365614a5791efa3633ce4224542afb6b53a1790330a8e52fc7d
ENV COTURN_VERSION="4.6.2"
ENV PROMETHEUS_CLIENT_VERSION="v0.1.3"

View file

@ -1,6 +1,6 @@
# [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.