Skip to content

Commit

Permalink
just build v8 for arm
Browse files Browse the repository at this point in the history
  • Loading branch information
nkowenski committed Sep 25, 2024
1 parent a3f06d1 commit 740c5ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
echo "${{ toJSON(steps.push-to-quay.outputs) }}"
build-armv7:
name: Build armv7
name: Build armv7 #note it needs build essentials (uses docker-others)
runs-on: ubuntu-24.04
# strategy:
# fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
image: ${{ env.IMAGE_NAMESPACE }}
tags: ${{ env.IMAGE_TAGS }} latest
platforms: linux/386, linux/amd64, linux/s390x, linux/arm64/v8, linux/arm/v7
platforms: linux/386, linux/amd64, linux/s390x, linux/arm64/v8
containerfiles: |
./Dockerfile.gh
Expand Down

0 comments on commit 740c5ea

Please sign in to comment.