0.13.0 -parler, +arm64, +audio_reader
This commit is contained in:
parent
18c73ce827
commit
ea4af74e5c
11 changed files with 291 additions and 90 deletions
4
.github/workflows/build-docker.yml
vendored
4
.github/workflows/build-docker.yml
vendored
|
|
@ -55,6 +55,7 @@ jobs:
|
|||
push: true
|
||||
tags: ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||
labels: version=${{ github.run_id }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
||||
# For tagged releases, build and push the Docker image with the corresponding tag
|
||||
- name: Build and Push Docker Image (Tagged)
|
||||
|
|
@ -66,6 +67,7 @@ jobs:
|
|||
push: true
|
||||
tags: ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
|
||||
labels: version=${{ github.run_id }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
||||
build-and-push-alt-image:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -113,6 +115,7 @@ jobs:
|
|||
push: true
|
||||
tags: ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||
labels: version=${{ github.run_id }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
||||
# For tagged releases, build and push the Docker image with the corresponding tag
|
||||
- name: Build and Push Docker Image (Tagged)
|
||||
|
|
@ -124,4 +127,5 @@ jobs:
|
|||
push: true
|
||||
tags: ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
|
||||
labels: version=${{ github.run_id }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue