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

allowing platform specification through flag #49

Merged
merged 2 commits into from
Jan 24, 2024

Conversation

a-harhar
Copy link
Contributor

  • allows platform specification through new flag --platform
  • if not platform defaults to local (empty string)
  • we should use --platform linux/amd64 for csci350 (not sure which one for csci104)

Copy link
Owner

@camerondurham camerondurham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Thanks for adding this so quickly. Just had a small nit on the csci350 command.

not sure which one for csci104

It shouldn't be required for csci104 because the image is built for linux/amd64 and linux/arm64 already: https://github.com/csci104/docker/blob/main/.github/workflows/publish-image.yml#L34-L35

README.md Outdated Show resolved Hide resolved
Co-authored-by: Cam <17013462+camerondurham@users.noreply.github.com>
@a-harhar
Copy link
Contributor Author

a-harhar commented Jan 24, 2024

Thanks for looking it over! Committed your suggestion :) -- really enjoyed working on this though, it's a great tool you made! The cs350-docker repo's README also needs to be updated

@camerondurham
Copy link
Owner

camerondurham commented Jan 24, 2024

Great, thanks! Yeah good callout. I'll need to update the README there once I minor version bump this to v0.3.7 so this gets built into the latest release.

@camerondurham camerondurham merged commit 3aaeb82 into camerondurham:main Jan 24, 2024
2 checks passed
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.

Able to specify image platform when creating ch shell
2 participants