Skip to content

Commit

Permalink
Update githubcontainer.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
therysin authored Nov 27, 2024
1 parent 76c91de commit b4f818e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/githubcontainer.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ githubcontainer:
echo "$$DOCKERFILE_DOCKERHUB_FFMPEG" | docker buildx build . -f - \
--provenance=false \
--platform=linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 \
-t $(GITHUB_REPOSITORY):latest-ffmpeg-c-3 \
-t $(GITHUB_REPOSITORY):latest-ffmpeg-c-4 \
--push

echo "$$DOCKERFILE_DOCKERHUB" | docker buildx build . -f - \
--provenance=false \
--platform=linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 \
-t $(GITHUB_REPOSITORY):latest-c-3 \
-t $(GITHUB_REPOSITORY):latest-c-4 \
--push

docker buildx rm builder
Expand Down

0 comments on commit b4f818e

Please sign in to comment.