File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 if : startsWith(github.ref, 'refs/tags/v')
7070 steps :
7171 - uses : actions/checkout@v4
72+
73+ - name : Set up QEMU
74+ uses : docker/setup-qemu-action@v2
75+
76+ - name : Set up Docker Buildx
77+ uses : docker/setup-buildx-action@v3
78+
7279 - name : Login to GitHub Container Registry
7380 uses : docker/login-action@v3
7481 with :
8592 with :
8693 context : .
8794 push : true
95+ platforms : linux/amd64,linux/arm64
8896 tags : ${{ steps.docker-metadata.outputs.tags }}
8997 labels : ${{ steps.docker-metadata.outputs.labels }}
9098
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ This changelog documents the changes between release versions.
44## [ Unreleased]
55Changes to be included in the next upcoming release
66
7+ ## [ 0.0.30] - 2024-07-22
8+ * Update workflow to create multi-platform build
9+
710## [ 0.0.29] - 2024-07-18
811* Update SDK
912
You can’t perform that action at this time.
0 commit comments