Skip to content

Commit 1f530c4

Browse files
committed
reusable workflow to distribute multi-platform builds
Signed-off-by: CrazyMax <[email protected]>
1 parent ca877d9 commit 1f530c4

File tree

2 files changed

+550
-0
lines changed

2 files changed

+550
-0
lines changed

.github/workflows/ci.yml

+9
Original file line numberDiff line numberDiff line change
@@ -1539,3 +1539,12 @@ jobs:
15391539
echo "::error::Should have failed"
15401540
exit 1
15411541
fi
1542+
1543+
distribute:
1544+
uses: ./.github/workflows/reusable-distribute.yml
1545+
with:
1546+
push: false
1547+
meta-image: user/app
1548+
build-context: "{{defaultContext}}:test"
1549+
build-file: multi.Dockerfile
1550+
build-platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)