Skip to content

Commit

Permalink
fix(CI): changed platform in docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano authored Oct 29, 2023
1 parent 6c70e21 commit 9ca9817
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform:
- linux/amd64
- linux/arm64/v5
- linux/arm64/v6
- linux/arm64/v7
- linux/arm64/v8
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand All @@ -39,7 +30,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: ${{ matrix.platform }}
platform: linux/amd64,linux/arm64,linux/arm/v7
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 9ca9817

Please sign in to comment.