Browse Source

qemo docker build

dev_h
Ophir LOJKINE 3 years ago
parent
commit
d1a9ad0d11
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      .github/workflows/deploy.yml

+ 2
- 0
.github/workflows/deploy.yml View File

@@ -26,6 +26,8 @@ jobs:
26 26
         uses: actions/checkout@v2
27 27
       - name: Set env
28 28
         run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
29
+      - name: Set up QEMU
30
+        uses: docker/setup-qemu-action@v1
29 31
       - name: Set up Docker Buildx
30 32
         id: buildx
31 33
         uses: docker/setup-buildx-action@v1

Loading…
Cancel
Save