Skip to content

Commit

Permalink
Merge pull request #3 from mlhynfield/patch
Browse files Browse the repository at this point in the history
Add docker QEMU and Buildx
  • Loading branch information
mlhynfield authored Mar 8, 2023
2 parents 6177e79 + 9c02678 commit 8004ebc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Log in to the container registry
id: login
uses: docker/login-action@v2
Expand Down

0 comments on commit 8004ebc

Please sign in to comment.