Skip to content

Commit

Permalink
Merge pull request #247 from interlynk-io/remove/linux-arm
Browse files Browse the repository at this point in the history
Remove arm linux for now
  • Loading branch information
riteshnoronha committed May 24, 2024
2 parents 63f8f21 + e802398 commit 8d25a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 8d25a58

Please sign in to comment.