mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[PR #69] [CLOSED] feat: allow to build for multiarch #454
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/sigoden/dufs/pull/69
Author: @jdrouet
Created: 6/21/2022
Status: ❌ Closed
Base:
main← Head:build-multiarch📝 Commits (1)
2fa8d81feat: allow to build for multiarch📊 Changes
1 file changed (+30 additions, -7 deletions)
View changed files
📝
Dockerfile(+30 -7)📄 Description
This removes the dependence on the architecture in the dockerfile.
There is now a new step to fetch the dependencies before doing the
build to mutualize dependency fetching when building multi arch images.
it's now possible to build for multiple architecture using
Signed-off-by: Jérémie Drouet jeremie.drouet@gmail.com
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.