Skip to content

Commit

Permalink
Only build arm64 and amd64 for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMasterK committed Dec 14, 2023
1 parent ef0e80b commit 135072c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
platforms: linux/amd64,linux/arm64/v8
push: true
tags: 1337kavin/piped-instances-api:latest
cache-from: type=gha
Expand Down

0 comments on commit 135072c

Please sign in to comment.