Skip to content

Commit

Permalink
add arm v6 to main dependencies only
Browse files Browse the repository at this point in the history
not optional bruh that very sucks
  • Loading branch information
mansuf committed Jun 7, 2024
1 parent 7299e46 commit a92bca3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
docker run --rm ${{ env.TEST_TAG }}
- name: Test
- name: Test docker image (with optional dependencies)
run: |
docker run --rm ${{ env.TEST_OPTIONAL_TAG }}
Expand All @@ -74,6 +74,7 @@ jobs:
linux/amd64
linux/arm64
linux/arm/v7
linux/arm/v6
push: true
tags: |
${{ env.LATEST_TAG }}
Expand Down

0 comments on commit a92bca3

Please sign in to comment.