Skip to content

Commit

Permalink
chore: add linux/arm/v7 docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemmmy committed Jan 18, 2024
1 parent 21d39b3 commit db419af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
PLATFORMS: linux/amd64,linux/arm64
PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7

jobs:
build-and-push-image:
Expand Down

0 comments on commit db419af

Please sign in to comment.