Skip to content

Commit

Permalink
fix(release): add arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Aug 12, 2021
1 parent 9decbbc commit c18bbe3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ jobs:
with:
push: true
tags: supabase/stripe-sync-engine:latest,supabase/stripe-sync-engine:v${{ needs.release.outputs.new-release-version }}
secrets: |
GH_TOKEN=${{ secrets.GH_TOKEN }}
platforms: linux/amd64,linux/arm64

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit c18bbe3

Please sign in to comment.