Skip to content

Commit

Permalink
feat: remove specifci linux arm docker for stability
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed Feb 3, 2024
1 parent ddf4262 commit c3903f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Publish Docker Image
on:
push:
branches:
- main
workflow_dispatch:
workflow_call:

Expand Down Expand Up @@ -61,6 +64,6 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_REPOSITORY }}:latest
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64, linux/arm64, linux/arm/v6, linux/arm/v7
platforms: linux/amd64, linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit c3903f5

Please sign in to comment.