Skip to content

Commit

Permalink
[hma] add multiplatform support on build/push (#1587)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmrad authored May 8, 2024
1 parent d947f82 commit 44d5c78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/hma-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
multiPlatform: true
platform: linux/amd64,linux/arm64,linux/arm32
context: hasher-matcher-actioner
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME_LC }}/hma:latest
Expand Down
2 changes: 1 addition & 1 deletion hasher-matcher-actioner/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2

0 comments on commit 44d5c78

Please sign in to comment.