mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 14:49:07 +00:00
Remove arm64 platform support and clean up commented-out steps in release workflow
This commit is contained in:
parent
cd64280ad7
commit
af177d0569
30
.github/workflows/release.yml
vendored
30
.github/workflows/release.yml
vendored
@ -1130,7 +1130,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
file: ./LLM/Dockerfile
|
file: ./LLM/Dockerfile
|
||||||
context: ./LLM
|
context: ./LLM
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
@ -1165,13 +1165,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 18.3.0
|
node-version: 18.3.0
|
||||||
|
|
||||||
# - name: Setup Git LFS
|
|
||||||
# run: git lfs install
|
|
||||||
|
|
||||||
# # Cannot do this, no space on the gitHub standard runner. We need to use the large runner which is selfhosted
|
|
||||||
# - name: Download the Model from Hugging Face
|
|
||||||
# run: mkdir -p ./LLM/Models && cd ./LLM/Models && git clone https://${{ secrets.HUGGING_FACE_USERNAME }}:${{ secrets.HUGGING_FACE_PASSWORD }}@huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct
|
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
|
|
||||||
@ -1239,13 +1232,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 18.3.0
|
node-version: 18.3.0
|
||||||
|
|
||||||
# - name: Setup Git LFS
|
|
||||||
# run: git lfs install
|
|
||||||
|
|
||||||
# # Cannot do this, no space on the gitHub standard runner. We need to use the large runner which is selfhosted
|
|
||||||
# - name: Download the Model from Hugging Face
|
|
||||||
# run: mkdir -p ./LLM/Models && cd ./LLM/Models && git clone https://${{ secrets.HUGGING_FACE_USERNAME }}:${{ secrets.HUGGING_FACE_PASSWORD }}@huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct
|
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
|
|
||||||
@ -1313,13 +1299,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 18.3.0
|
node-version: 18.3.0
|
||||||
|
|
||||||
# - name: Setup Git LFS
|
|
||||||
# run: git lfs install
|
|
||||||
|
|
||||||
# # Cannot do this, no space on the gitHub standard runner. We need to use the large runner which is selfhosted
|
|
||||||
# - name: Download the Model from Hugging Face
|
|
||||||
# run: mkdir -p ./LLM/Models && cd ./LLM/Models && git clone https://${{ secrets.HUGGING_FACE_USERNAME }}:${{ secrets.HUGGING_FACE_PASSWORD }}@huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct
|
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
|
|
||||||
@ -1388,13 +1367,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 18.3.0
|
node-version: 18.3.0
|
||||||
|
|
||||||
# - name: Setup Git LFS
|
|
||||||
# run: git lfs install
|
|
||||||
|
|
||||||
# # Cannot do this, no space on the gitHub standard runner. We need to use the large runner which is selfhosted
|
|
||||||
# - name: Download the Model from Hugging Face
|
|
||||||
# run: mkdir -p ./LLM/Models && cd ./LLM/Models && git clone https://${{ secrets.HUGGING_FACE_USERNAME }}:${{ secrets.HUGGING_FACE_PASSWORD }}@huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct
|
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user