Skip to content

Commit

Permalink
reusable workflow to distribute multi-platform builds
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Feb 17, 2025
1 parent ca877d9 commit 1bd00fc
Show file tree
Hide file tree
Showing 2 changed files with 550 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1539,3 +1539,12 @@ jobs:
echo "::error::Should have failed"
exit 1
fi
distribute:
uses: ./.github/workflows/reusable-distribute.yml
with:
push: false
meta-image: user/app
build-context: "{{defaultContext}}:test"
build-file: multi.Dockerfile
build-platforms: linux/amd64,linux/arm64
Loading

0 comments on commit 1bd00fc

Please sign in to comment.