Do I need QEMU?

This commit is contained in:
Annika Merris 2024-02-02 10:11:33 -05:00
parent faf9b88fea
commit 7ceb0c7cce

View file

@ -23,6 +23,8 @@ jobs:
# run: echo ${{ github.repository }}
- name: Check out the repo
uses: https://github.com/actions/checkout@v4
- name: Set up QEMU (Do I need this?)
uses: https://github.com/docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3
- name: Login to docker repo