Skip to content

Commit

Permalink
Test alpine ARMv6 creation
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed Mar 5, 2025
1 parent 161d57e commit c982b4f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,10 @@ jobs:
needs: [ create-release ]
strategy:
matrix:
container: [alpine, debian-bullseye, debian-bookworm ]
container: [alpine]
include:
- container: alpine
platforms: linux/amd64,linux/arm64,linux/arm/v7
- container: debian-bullseye
platforms: linux/amd64,linux/arm64,linux/arm/v7
- container: debian-bookworm
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/arm/v7,linux/arm/v6

steps:
- name: Checkout
Expand Down

0 comments on commit c982b4f

Please sign in to comment.