Skip to content

Commit

Permalink
Removed older cpu architectures to speed up build times
Browse files Browse the repository at this point in the history
  • Loading branch information
glenndehaan committed Jan 15, 2024
1 parent 75e492e commit 09cb36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6
platforms: linux/amd64,linux/arm64
push: true
tags: glenndehaan/unifi-voucher-site:latest

0 comments on commit 09cb36e

Please sign in to comment.