Skip to content

Commit

Permalink
feat: add libvpl container
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Aug 23, 2023
1 parent f9507e1 commit 61eb963
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,18 @@ dockers:
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
dockerfile: 'dockerfiles/vaapi.Dockerfile'

- goarch: amd64
use: buildx
image_templates:
- "ghcr.io/vilsol/transcoder-go:{{ .Tag }}-libvpl"
- "ghcr.io/vilsol/transcoder-go:v{{ .Major }}-libvpl"
- "ghcr.io/vilsol/transcoder-go:v{{ .Major }}.{{ .Minor }}-libvpl"
- "ghcr.io/vilsol/transcoder-go:latest-libvpl"
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
dockerfile: 'dockerfiles/libvpl.Dockerfile'
3 changes: 3 additions & 0 deletions dockerfiles/libvpl.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM akashisn/ffmpeg:6.0-libvpl
COPY transcoder-go /transcoder
ENTRYPOINT ["/transcoder"]

0 comments on commit 61eb963

Please sign in to comment.