Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
added linux/arm/v7
  • Loading branch information
andrey0001 authored Mar 13, 2024
1 parent 925d5f8 commit d0a7487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: andrey0001/unbound-tls:latest

0 comments on commit d0a7487

Please sign in to comment.