Skip to content

Commit 48948cc

Browse files
setup docker
1 parent 3903643 commit 48948cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656
run: git config --global --add safe.directory /__w/SOARCA/SOARCA
5757
- name: Install swaggo
5858
run: go install github.com/swaggo/swag/cmd/swag@latest
59+
60+
- name: Set up QEMU
61+
uses: docker/setup-qemu-action@v3
62+
- name: Set up Docker Buildx
63+
uses: docker/setup-buildx-action@v3
5964
- name: Run tests
6065
run: |
6166
set -x

0 commit comments

Comments
 (0)