diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index a6d5f1a..5bdff1b 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -26,4 +26,4 @@ jobs: password: ${{ secrets.GH_TOKEN }} - name: Build Test - run: docker buildx build -t ghcr.io/ryuupendragon/iperf3-test:latest --platform linux/arm64 --push . + run: docker buildx build -t ghcr.io/ryuupendragon/iperf3-test:latest --platform linux/arm64,linux/amd64 --push .