This is an automated email from the ASF dual-hosted git repository.
marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push:
new 8d0baf4b Update app.yml
8d0baf4b is described below
commit 8d0baf4bb10cc83514d54b68696851b02a1edee5
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Fri Feb 23 15:19:22 2024 -0500
Update app.yml
---
.github/workflows/app.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml
index c4081da4..87361e0d 100644
--- a/.github/workflows/app.yml
+++ b/.github/workflows/app.yml
@@ -52,6 +52,9 @@ jobs:
working-directory: ./karavan/karavan-core
run: npm ci
+ - name: Create Multi Platfrom Builder
+ run: docker buildx create --use --platform=linux/arm64,linux/amd64
--name multi-platform-builder
+
- name: Build application
working-directory: ./karavan/karavan-app
run: |