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
|
||||
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
|
||||
|
|
Reference in a new issue