mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 07:24:59 -05:00
[PR #192] [MERGED] feat: multi architecture build added #91242
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/open-webui/open-webui/pull/192
Author: @therohitdas
Created: 12/8/2023
Status: ✅ Merged
Merged: 12/9/2023
Merged by: @tjbck
Base:
main← Head:main📝 Commits (2)
e0912b5feat: multi architecture build added09e1e5aMerge branch 'main' into main📊 Changes
1 file changed (+9 additions, -1 deletions)
View changed files
📝
.github/workflows/docker-build.yaml(+9 -1)📄 Description
Added multi-architecture build to the current GitHub Action.
The code was generated using chatGPT chat and the docker documentation.
I don't understand why
@v<number>is not being used to define the version of the actions. All the actions I have added are from the documentation and have@v<number>for the version.I don't know how to test this action. Can you please test and merge the changes?
Also, let me know if I need to make any changes.
Edit: I realised a mistake in the commit name, I should have prefixed it with
build:. Sorry :(🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.