Skip to content

Commit

Permalink
Merge pull request #25 from sdgtt/add_armv6
Browse files Browse the repository at this point in the history
  • Loading branch information
tfcollins authored Aug 5, 2024
2 parents fc4e15d + d04ad1c commit 392a340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: arm,arm64,ppc64le,s390x
platforms: arm,arm64,ppc64le,s390x,arm/v6
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
Expand Down Expand Up @@ -189,4 +189,4 @@ jobs:
tags: tfcollins/${{ matrix.TAG_ROOT }}:latest
file: Dockerfile-arm
context: .
platforms: linux/arm,linux/arm64,linux/ppc64le,linux/s390x
platforms: linux/arm,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v6

0 comments on commit 392a340

Please sign in to comment.