Skip to content

Commit

Permalink
build: do not build Docker for linux/386
Browse files Browse the repository at this point in the history
  • Loading branch information
kodehat committed Feb 23, 2024
1 parent b63cc6a commit 9bf6819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/386,linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64
push: true
tags: |
codehat/portkey:latest

0 comments on commit 9bf6819

Please sign in to comment.