From d947f82ebc06891c8a5f5601e3da7eaa10986dc8 Mon Sep 17 00:00:00 2001 From: Juan Mrad Date: Wed, 8 May 2024 12:38:11 -0500 Subject: [PATCH] [hma] add QEMU for binaries building (#1586) --- .github/workflows/hma-release.yaml | 5 ++++- hasher-matcher-actioner/version.txt | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hma-release.yaml b/.github/workflows/hma-release.yaml index d8485df6b..0c07cbeb3 100644 --- a/.github/workflows/hma-release.yaml +++ b/.github/workflows/hma-release.yaml @@ -36,6 +36,9 @@ jobs: echo "VERSION=$(cat version.txt)" >> $GITHUB_ENV echo "IMAGE_NAME_LC=${IMAGE_NAME,,}" >>${GITHUB_ENV} + - name: Set up QEMU + uses: docker/setup-qemu-action@v3 + - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 @@ -43,7 +46,7 @@ jobs: uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} - username: ${{ github.actor }} + username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push diff --git a/hasher-matcher-actioner/version.txt b/hasher-matcher-actioner/version.txt index afaf360d3..7f207341d 100644 --- a/hasher-matcher-actioner/version.txt +++ b/hasher-matcher-actioner/version.txt @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.0.1 \ No newline at end of file