robertonav20 commented on issue #1238:
URL: https://github.com/apache/camel-k/issues/1238#issuecomment-1133129383

   As i say previously i build and execute an integration kit in arm64 with 
buildah, below the modifies:
   - Update buildah at 1.23.3 version
   - Add the parameter platform
   `
   bud := []string{
           "buildah",
           "bud",
           "--storage-driver=vfs",
           "--platform",
           platforms.DefaultSpec().OS + "/" + 
platforms.DefaultSpec().Architecture + "/" + platforms.DefaultSpec().Variant,
           "--pull-always",
           "-f",
           "Dockerfile",
           "-t",
           task.Image,
           ".",
   }
   `
   
   
![image](https://user-images.githubusercontent.com/6991920/169577971-a92cb4cb-d4de-4435-adca-5260e4b8b387.png)
   
   
   
![image](https://user-images.githubusercontent.com/6991920/169577596-20e60a2b-4ed8-4e65-a231-a54c152e8ef3.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to