From 44d5c786efaf6d39dba5ca03561d034f2d8d3fcc Mon Sep 17 00:00:00 2001 From: Juan Mrad Date: Wed, 8 May 2024 12:45:21 -0500 Subject: [PATCH] [hma] add multiplatform support on build/push (#1587) --- .github/workflows/hma-release.yaml | 2 ++ hasher-matcher-actioner/version.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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