Skip to content

Commit

Permalink
renabled arm-v6
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Mar 17, 2023
1 parent ef20d4c commit 192f78a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
needs: build-amd64
strategy:
matrix:
#architecture: [arm64, arm-v7, arm-v6]
architecture: [arm64, arm-v7]
architecture: [arm64, arm-v7, arm-v6]
#architecture: [arm64, arm-v7]
steps:
- name: Login to DockerHub
uses: docker/login-action@v2
Expand Down

0 comments on commit 192f78a

Please sign in to comment.