Explicitly use buildx for local script

This commit is contained in:
BtbN 2021-12-06 19:29:52 +01:00
parent bdf1cc507a
commit 3efcb24f50
3 changed files with 5 additions and 6 deletions

View file

@ -26,6 +26,7 @@ jobs:
uses: docker/setup-buildx-action@v1
with:
config: .github/buildkit.toml
driver: docker
- name: Build Image
run: ./makeimage.sh ${{ matrix.target }} ${{ matrix.variant }}
- name: Build ffmpeg