mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-18 18:14:31 -04:00
[PR #107] [MERGED] add docker image for arm64 #303
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/107
Author: @rawpixel-vincent
Created: 12/31/2023
Status: ✅ Merged
Merged: 1/11/2024
Merged by: @timothycarambat
Base:
master← Head:docker-arm64-platform📝 Commits (5)
c316e14add docker image for arm64c163b80update dockerfile for arm64 platformdffa09eMerge pull request #5 from rawpixel-vincent/docker-arm64-platforme8598c7merge with upstreambf59662rebase Dockerfile + patch support for ARM64 pandoc📊 Changes
2 files changed (+19 additions, -8 deletions)
View changed files
📝
.github/workflows/build-and-push-image.yaml(+7 -1)📝
docker/Dockerfile(+12 -7)📄 Description
To add linux-arm64 platform to the published images
I've made a branch on the fork to test the github actions without push and login to the registry
last build logs:
https://github.com/rawpixel-vincent/vector-admin/actions/runs/7369657202/job/20055207028
I think it also means the platform in docker-compose can be removed https://github.com/Mintplex-Labs/vector-admin/blob/6cad8a30a1a89f645e02e0663ccf8832dfe87047/docker/docker-compose.yml#L25
update: I'm running the arm64 build from this Dockerfile on an amazon linux 2023 t4g.small instance
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.