diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b1b74f6..3a2185f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,6 +13,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} image-name: fastapi-admin + custom-args: --platform=linux/arm64,linux/amd64 deploy: runs-on: ubuntu-latest needs: