Skip to content
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

Merged
merged 6 commits into from
Nov 19, 2023
Merged

Bugs/podman macos #208

merged 6 commits into from
Nov 19, 2023

Conversation

Bluebugs
Copy link
Contributor

Description:

Trying to figure out a fix for some configuration of MacOS host.

Fixes #201

Checklist:

  • Lint and formatter run with no errors.
  • Tests all pass.

@@ -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
Copy link
Member

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

@@ -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"]
Copy link
Member

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

Copy link
Member

@andydotxyz andydotxyz left a 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

@Bluebugs Bluebugs merged commit 41b9079 into develop Nov 19, 2023
56 checks passed
@Bluebugs Bluebugs deleted the bugs/podman-macos branch November 19, 2023 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cannot create directory '/app/fyne-cross/bin/windows-amd64': Permission denied
2 participants