Skip to content

Commit

Permalink
remove 386
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Gutierrez committed Oct 5, 2021
1 parent 0843351 commit f299eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/386
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: |
${{ github.repository }}:${{ steps.git.outputs.name }}
Expand All @@ -55,7 +55,7 @@ jobs:
uses: docker/build-push-action@v2
if: steps.git.outputs.tag == 'true'
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/386
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: |
${{ github.repository }}:latest
Expand Down

0 comments on commit f299eae

Please sign in to comment.