diff --git a/.github/workflows/manual_build.yml b/.github/workflows/manual_build.yml index bc4fd54..5aa59ee 100644 --- a/.github/workflows/manual_build.yml +++ b/.github/workflows/manual_build.yml @@ -34,7 +34,7 @@ jobs: uses: docker/build-push-action@v3 with: context: "{{defaultContext}}:docker" - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 file: ./Dockerfile-dev build-args: | BRANCH=master