Skip to content

Commit 740c5ea

Browse files
author
nkowenski
committed
just build v8 for arm
1 parent a3f06d1 commit 740c5ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/build-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
echo "${{ toJSON(steps.push-to-quay.outputs) }}"
168168
169169
build-armv7:
170-
name: Build armv7
170+
name: Build armv7 #note it needs build essentials (uses docker-others)
171171
runs-on: ubuntu-24.04
172172
# strategy:
173173
# fail-fast: false

Diff for: .github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
image: ${{ env.IMAGE_NAMESPACE }}
4646
tags: ${{ env.IMAGE_TAGS }} latest
47-
platforms: linux/386, linux/amd64, linux/s390x, linux/arm64/v8, linux/arm/v7
47+
platforms: linux/386, linux/amd64, linux/s390x, linux/arm64/v8
4848
containerfiles: |
4949
./Dockerfile.gh
5050

0 commit comments

Comments
 (0)