Skip to content

Commit

Permalink
Removed linux/386 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky authored Dec 11, 2023
1 parent c0cb179 commit ecda337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
with:
context: ${{ matrix.app }}/${{ matrix.version }}
file: ${{ matrix.app }}/${{ matrix.version }}/Dockerfile
platforms: linux/amd64,linux/arm64,linux/386
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/${{ matrix.app }}:${{ matrix.version }}
Expand Down

0 comments on commit ecda337

Please sign in to comment.