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.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/192
**Author:** [@therohitdas](https://github.com/therohitdas)
**Created:** 12/8/2023
**Status:** ✅ Merged
**Merged:** 12/9/2023
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `main` ← **Head:** `main`
---
### 📝 Commits (2)
- [`e0912b5`](https://github.com/open-webui/open-webui/commit/e0912b5688a393795e5be4db4fd77fe2fbfadf8e) feat: multi architecture build added
- [`09e1e5a`](https://github.com/open-webui/open-webui/commit/09e1e5ac22b4c01a3d19dd1262ef6faf7867590b) Merge branch 'main' into main
### 📊 Changes
**1 file changed** (+9 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `.github/workflows/docker-build.yaml` (+9 -1)
</details>
### 📄 Description
Added multi-architecture build to the current GitHub Action.
The code was generated using chatGPT [chat](https://chat.openai.com/share/d9050c1e-0716-4321-8c9e-6bfc887c54a1) and the [docker documentation](https://docs.docker.com/build/ci/github-actions/multi-platform/).
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 :(
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.