Skip to content

Commit ff9ec32

Browse files
committed
fix: remove multiplaform
Signed-off-by: Tomas Weiss <tomas.weiss2@gmail.com>
1 parent bf6607c commit ff9ec32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747

4848
- name: Build and Push
4949
run: |
50-
uvx --from "./beeai-platform/apps/beeai-cli" beeai build ./ --tag ghcr.io/${{ github.repository }}/my-agent:latest --multi-platform --no-import
50+
uvx --from "./beeai-platform/apps/beeai-cli" beeai build ./ --tag ghcr.io/${{ github.repository }}/my-agent:latest --no-import
5151
docker push ghcr.io/${{ github.repository }}/my-agent:latest

0 commit comments

Comments
 (0)