syntax
This commit is contained in:
@@ -55,7 +55,7 @@ jobs:
|
|||||||
- name: Build ARM Executable
|
- name: Build ARM Executable
|
||||||
run: |
|
run: |
|
||||||
docker buildx build --platform linux/arm64/v8 -t arm-builder --load --file - . <<EOF
|
docker buildx build --platform linux/arm64/v8 -t arm-builder --load --file - . <<EOF
|
||||||
FROM arm64v8/python:3.11-slim-bullseye
|
FROM arm64v8/python:3.14-slim-bullseye
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY requirements.txt /app/requirements.txt
|
COPY requirements.txt /app/requirements.txt
|
||||||
COPY app /app/app
|
COPY app /app/app
|
||||||
@@ -94,7 +94,7 @@ jobs:
|
|||||||
run: mkdir -p app/dist
|
run: mkdir -p app/dist
|
||||||
|
|
||||||
- name: Download x86_64 Artifact
|
- name: Download x86_64 Artifact
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: executable-x86_64
|
name: executable-x86_64
|
||||||
path: app/dist
|
path: app/dist
|
||||||
@@ -106,7 +106,7 @@ jobs:
|
|||||||
run: mv app/dist/wolServer app/dist/wolServer-x86_64
|
run: mv app/dist/wolServer app/dist/wolServer-x86_64
|
||||||
|
|
||||||
- name: Download ARM Artifact
|
- name: Download ARM Artifact
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: executable-arm
|
name: executable-arm
|
||||||
path: app/dist
|
path: app/dist
|
||||||
|
|||||||
Reference in New Issue
Block a user