Thanabodee Charoenpiriyakij

Results 190 comments of Thanabodee Charoenpiriyakij

> > I do rebased and squash commit to remove noise commits. > > Ready to review again. ๐Ÿ™‡ > > Almost there, just need to address [#7667 (comment)](https://github.com/dagger/dagger/pull/7667#discussion_r1688203563). @helderco...

I found the tricky point now, the `latest` image doesn't support `arm64`. They provides support for `arm64` on another image but that image are not cross platform. ๐Ÿ˜‚

Hmm, I see a weird output on macOS ``` PS /Users/thanabodee/src/github.com/dagger/dagger> ./install.ps1 --------------------------------------------------------------------------- Note: This script will install the Windows binary of Dagger. --------------------------------------------------------------------------- Downloading Dagger from https://dl.dagger.io/dagger/releases/Latest version of...

@jedevc @pjmagee Sorry for the late. It's all done. Here is summary: 1. I struggle with the official powershell image. They're not provides cross-platform image. So I fix it by...