Skip to content

Commit

Permalink
Remove Arm v7 docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ep1cman committed Jul 8, 2023
1 parent c4e9a42 commit 5d2391e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/${{ github.repository }}:${{ steps.tag_name.outputs.current_version }}, ghcr.io/${{ github.repository }}:latest

Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sources = unifi_protect_backup
container_name ?= ghcr.io/ep1cman/unifi-protect-backup
container_arches ?= linux/amd64,linux/arm64,linux/arm/v7
container_arches ?= linux/amd64,linux/arm64

.PHONY: test format lint unittest coverage pre-commit clean
test: format lint unittest
Expand Down

0 comments on commit 5d2391e

Please sign in to comment.