Skip to content

Commit

Permalink
Use QEMU and Docker Buildx in CI/CD workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Moore <[email protected]>
  • Loading branch information
drmrd committed Dec 5, 2023
1 parent 2ea4fb5 commit 172a936
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ jobs:
echo "TAG=${TAG}" >> "${GITHUB_OUTPUT}"
fi
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Set Docker image metadata
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit 172a936

Please sign in to comment.