Skip to content

Commit

Permalink
ci: create fast release tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
hf committed Nov 27, 2024
1 parent e358da5 commit a6dd44a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,19 @@ jobs:
RELEASE_VERSION=$RELEASE_VERSION make deps
RELEASE_VERSION=$RELEASE_VERSION make all
ln -s auth gotrue
tar -czvf auth-v$RELEASE_VERSION-x86.tar.gz auth gotrue migrations/
mv auth-arm64 auth
tar -czvf auth-v$RELEASE_VERSION-arm64.tar.gz auth gotrue migrations/
# temporarily, to enable fast releases
mkdir persistent
cp -r migrations persistent/migrations
cp auth gotrue
tar -czvf auth-v$RELEASE_VERSION-arm64-supabase.tar.gz gotrue migrations persistent
- name: configure aws credentials for uploading release artifacts
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit a6dd44a

Please sign in to comment.