Skip to content

Commit

Permalink
fix(docker): drop support for arm platform.ARM platform will be built…
Browse files Browse the repository at this point in the history
… for devs locally
  • Loading branch information
fxi committed Feb 24, 2025
1 parent d70d7f9 commit 3da57f5
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 @@ -66,7 +66,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: ./api
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: ${{ env.PUSH_ENABLED == 'true' }}
tags: |
fredmoser/mapx_api:${{ steps.version.outputs.version }}
Expand All @@ -78,7 +78,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: ./app
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: ${{ env.PUSH_ENABLED == 'true' }}
tags: |
fredmoser/mapx_app:${{ steps.version.outputs.version }}
Expand Down

0 comments on commit 3da57f5

Please # to comment.