Remove arm64 build from ci.yml
Some checks failed
CI - Build Tonehaus Docker image / build (push) Failing after 1m49s
Some checks failed
CI - Build Tonehaus Docker image / build (push) Failing after 1m49s
Ts takes too long man, QEMU SINGLE THREADED ARM64 BUILD !!
This commit is contained in:
@@ -19,9 +19,6 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up QEMU
|
|
||||||
uses: docker/setup-qemu-action@v3
|
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
@@ -62,7 +59,7 @@ jobs:
|
|||||||
if: ${{ env.REGISTRY == '' }}
|
if: ${{ env.REGISTRY == '' }}
|
||||||
run: |
|
run: |
|
||||||
TAG_SHA=${{ steps.meta.outputs.short_sha }}
|
TAG_SHA=${{ steps.meta.outputs.short_sha }}
|
||||||
for P in linux/amd64 linux/arm64; do \
|
for P in linux/amd64; do \
|
||||||
ARCH=${P#linux/}; \
|
ARCH=${P#linux/}; \
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--platform "$P" \
|
--platform "$P" \
|
||||||
@@ -82,6 +79,4 @@ jobs:
|
|||||||
name: tonehaus-images
|
name: tonehaus-images
|
||||||
path: |
|
path: |
|
||||||
tonehaus-image-amd64.tar
|
tonehaus-image-amd64.tar
|
||||||
tonehaus-image-arm64.tar
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user