File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 1818
1919 - uses : actions/setup-node@v2
2020 with :
21- node-version : " 14 "
21+ node-version : " 16 "
2222
2323 - run : |
2424 npm clean-install
2727 - id : semantic-release
2828 uses : cycjimmy/semantic-release-action@v2
2929 with :
30- semantic_version : 17
30+ semantic_version : 18
3131 env :
3232 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3333 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
7070 steps :
7171 - uses : actions/checkout@v2
7272
73- - uses : actions/setup-node@v2
74- with :
75- node-version : " 14"
76-
77- - name : Prepare build
78- run : |
79- npm clean-install
80- npm run pkg
81-
8273 - uses : docker/setup-qemu-action@v1
8374 with :
8475 platforms : amd64,arm64
9384 - uses : docker/build-push-action@v2
9485 with :
9586 context : .
87+ platforms : linux/amd64,linux/arm64
9688 push : true
9789 tags : supabase/postgres-meta:latest,supabase/postgres-meta:v${{ needs.semantic-release.outputs.new-release-version }}
98- platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments