Skip to content

Commit

Permalink
Removed linux/386 support (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarons committed Jun 25, 2024
1 parent 8ecac18 commit 4e26254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/official-release-to-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
NEW_HEARTBEAT_ENDPOINT=${{ secrets.NEW_HEARTBEAT_ENDPOINT }}
APP_VERSION=${{ steps.prep.outputs.version }}
push: true
platforms: linux/386,linux/amd64, linux/arm64
platforms: linux/amd64, linux/arm64
tags: ${{ steps.prep.outputs.tags }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
Expand Down

0 comments on commit 4e26254

Please sign in to comment.