Skip to content

Commit

Permalink
docker.yml: Try arm/v7 again
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Feb 3, 2024
1 parent c5ef62b commit 747c39a
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 @@ -38,6 +38,6 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: andy5995/linuxdeploy:latest

0 comments on commit 747c39a

Please sign in to comment.