Skip to content

Commit aa3bbf6

Browse files
authored
Merge pull request openwallet-foundation#23 from Indicio-tech/feature/arm64
feat: add arm64 build
2 parents d5d0fd2 + e1809f4 commit aa3bbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
env:
2525
# TODO We can probobly support more platforms
2626
# PLATFORMS: ${{ inputs.platforms || 'linux/amd64,linux/arm64,linux/386' }}
27-
PLATFORMS: ${{ inputs.platforms || 'linux/amd64' }}
27+
PLATFORMS: ${{ inputs.platforms || 'linux/amd64,linux/arm64' }}
2828

2929
jobs:
3030
publish-image:

0 commit comments

Comments
 (0)