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

Build docker multi arch images (ARM support) #12

Closed
4 of 13 tasks
cheyer opened this issue Jun 28, 2023 · 2 comments · Fixed by #13
Closed
4 of 13 tasks

Build docker multi arch images (ARM support) #12

cheyer opened this issue Jun 28, 2023 · 2 comments · Fixed by #13
Assignees

Comments

@cheyer
Copy link
Collaborator

cheyer commented Jun 28, 2023

In order to run the dotbase stack locally on ARM architecture machines (Apple silicon macbooks etc.), we need to build our docker images also for this architecture (linux/arm64).

Acceptance Criteria:

  • build docker images for architectures
    • linux/amd64
    • linux/arm64
  • change it in
    • create-release workflow
    • create-pre-release workflow

Goals

🚧 Related to

Improvements

@cheyer
Copy link
Collaborator Author

cheyer commented Jul 10, 2023

Docker images where build and pushed manually for testing:
https://github.com/dot-base/deployments/issues/129

@cheyer cheyer changed the title Build docker multi arch images Build docker multi arch images (ARM support) Jul 10, 2023
@cheyer cheyer reopened this Jul 12, 2023
@cheyer
Copy link
Collaborator Author

cheyer commented Jul 13, 2023

Now that the Github Actions were updated to build multi arch images, we need to verify they work as expected when creating (pre)-releases. The next release is planned for Tuesday (July 18th 2023)

@cheyer cheyer closed this as completed Aug 14, 2023
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 a pull request may close this issue.

1 participant