File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 9191 uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
9292 with :
9393 images : ${{ env.GHCR_IMAGE }}
94+ tags : |
95+ type=ref,event=branch,pattern={{ github.ref_name }} # for branch builds
96+ type=ref,event=tag,pattern={{ github.ref_name }} # for tag builds
9497
9598 - name : Set up Docker Context for Buildx
9699 # This step sets up a Docker context for Buildx.
Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ install-updater = true
2020global = " ubuntu-24.04"
2121x86_64-unknown-linux-gnu = " ubuntu-24.04"
2222aarch64-unknown-linux-gnu = " ubuntu-24.04-arm"
23+ x86_64-pc-windows-msvc = " ubuntu-24.04"
2324aarch64-pc-windows-msvc = " ubuntu-24.04-arm"
25+ aarch64-apple-darwin = " macos-15"
2426
2527# https://axodotdev.github.io/cargo-dist/book/reference/config.html?highlight=dependencies#dependencies
2628[dist .dependencies .homebrew ]
@@ -44,5 +46,6 @@ libavfilter-dev = "*"
4446libavdevice-dev = " *"
4547
4648[dist .dependencies .chocolatey ]
49+ pkg-config = " *"
4750ffmpeg = " *"
4851protoc = " *"
You can’t perform that action at this time.
0 commit comments