Skip to content

Commit

Permalink
Update Prepare prebuild environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Nov 28, 2024
1 parent faa4dda commit 6634a02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Prepare prebuild environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ jobs:
BASE_IMAGE: arm64v8/debian:bullseye
DOCKERFILE: Dockerfile.debian
QEMU_ARCH: aarch64
PLATFORM: --platform=linux/arm64
CMD: BuildNewCMD
COUNT: 12
NPMCOUNT: 4
Expand Down Expand Up @@ -267,7 +268,7 @@ jobs:
- name: Linux - Build Docker Image ${{ matrix.DOCKERFILE }} - ${{ matrix.BASE_IMAGE }} - ${{ matrix.QEMU_ARCH }}
if: runner.os == 'Linux'
run: |
docker build -f .prebuild/${{ matrix.DOCKERFILE }} --build-arg BASE_IMAGE=${{ matrix.BASE_IMAGE }} --build-arg QEMU_ARCH=${{ matrix.QEMU_ARCH }} -t multiarch-build .
docker build -f .prebuild/${{ matrix.DOCKERFILE }} --build-arg BASE_IMAGE=${{ matrix.BASE_IMAGE }} --build-arg QEMU_ARCH=${{ matrix.QEMU_ARCH }} -t multiarch-build ${{ matrix.PLATFORM }} .
- name: Linux - Prebuild Binaries - ${{ env.EXECCMD }}
if: runner.os == 'Linux'
Expand Down

0 comments on commit 6634a02

Please sign in to comment.