Skip to content

Commit

Permalink
Merge pull request #283 from cwrau/patch-1
Browse files Browse the repository at this point in the history
[feat] also build gpg image for arm
  • Loading branch information
vladgh authored Mar 25, 2024
2 parents 485ba0a + 5679cf0 commit d62c922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
image:
- name: vladgh/gpg
path: gpg
platforms: linux/amd64
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
- name: vladgh/minidlna
path: minidlna
platforms: linux/amd64,linux/386,linux/arm/v6,linux/arm/v7,linux/arm64/v8
Expand Down

0 comments on commit d62c922

Please sign in to comment.