Skip to content

Commit 49029ba

Browse files
committed
feat: add Docker Buildx setup to release workflow
Same as early-access - projects using JReleaser with buildx for multi-platform Docker images need a buildx builder to be available.
1 parent 886b210 commit 49029ba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ jobs:
173173
working-directory: ${{ inputs.working-directory }}
174174
run: ${{ inputs.pre-release-script }}
175175

176+
- name: Set up Docker Buildx
177+
uses: docker/setup-buildx-action@v3
178+
176179
- name: JReleaser Pre-Release
177180
if: inputs.jreleaser-arguments != ''
178181
uses: redis/github-workflows/.github/actions/jreleaser@main

0 commit comments

Comments
 (0)