-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugs/podman macos #208
Bugs/podman macos #208
Conversation
internal/command/docker.go
Outdated
@@ -104,7 +104,7 @@ func (i *localContainerImage) cmd(vol volume.Volume, opts options, cmdArgs []str | |||
} | |||
|
|||
mountFormat := "%s:%s:z" | |||
if runtime.GOOS == darwinOS && runtime.GOARCH == string(ArchArm64) { | |||
if runtime.GOOS == darwinOS { | |||
// When running on darwin with a Arm64, we rely on going through a VM setup that doesn't allow the :z |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment is now out of date
.github/workflows/ci.yml
Outdated
@@ -34,7 +34,7 @@ jobs: | |||
matrix: | |||
os: [ubuntu-latest, macos-latest, windows-latest] | |||
# use max/min supported Go versions | |||
go-version: ["1.18.x", "1.14.x"] | |||
go-version: ["1.21.x", "1.16.x"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can go up to 1.17
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
Description:
Trying to figure out a fix for some configuration of MacOS host.
Fixes #201
Checklist: