diff --git a/.github/workflows/hma-release.yaml b/.github/workflows/hma-release.yaml index 0c07cbeb3..d7656e172 100644 --- a/.github/workflows/hma-release.yaml +++ b/.github/workflows/hma-release.yaml @@ -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 diff --git a/hasher-matcher-actioner/version.txt b/hasher-matcher-actioner/version.txt index 7f207341d..e6d5cb833 100644 --- a/hasher-matcher-actioner/version.txt +++ b/hasher-matcher-actioner/version.txt @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.0.2 \ No newline at end of file