Skip to content

Commit

Permalink
remove platforms from github build
Browse files Browse the repository at this point in the history
  • Loading branch information
poeti8 committed Jan 9, 2025
1 parent 30fd125 commit eb85efd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-build-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v8
push: true
tags: ${{ env.dockerhub_repository }}:${{ env.dockerhub_tag }}
-
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docker-build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v8
push: true
tags: ${{ env.dockerhub_repository }}:${{ github.event.release.tag_name }}, ${{ env.dockerhub_repository }}:latest

0 comments on commit eb85efd

Please sign in to comment.