|
4 | 4 | # For pushes to main, build binaries and store them as artifacts (also upload Docker images) |
5 | 5 | # For pushes to main with tags, also make a GitHub release. |
6 | 6 | push: |
7 | | - branches: |
8 | | - - main |
9 | | - tags: |
10 | | - - "v*" |
| 7 | +# branches: |
| 8 | +# - main |
| 9 | +# tags: |
| 10 | +# - "v*" |
11 | 11 |
|
12 | 12 | jobs: |
13 | 13 | build_binary: |
@@ -129,20 +129,20 @@ jobs: |
129 | 129 | type=semver,pattern={{version}} |
130 | 130 | type=semver,pattern={{major}}.{{minor}} |
131 | 131 |
|
132 | | - - name: Build and push Docker image (Linux only) |
133 | | - if: matrix.build == 'linux-x86_64' || matrix.build == 'linux-aarch_64' |
134 | | - uses: docker/build-push-action@v5 |
135 | | - with: |
136 | | - context: . |
137 | | - push: true |
138 | | - tags: ${{ steps.meta.outputs.tags }} |
139 | | - labels: ${{ steps.meta.outputs.labels }} |
140 | | - |
141 | | - - name: Upload binaries as artifacts |
142 | | - uses: actions/upload-artifact@v4 |
143 | | - with: |
144 | | - name: ${{ env.ARTIFACT }} |
145 | | - path: ${{ env.SOURCE }} |
| 132 | + # - name: Build and push Docker image (Linux only) |
| 133 | + # if: matrix.build == 'linux-x86_64' || matrix.build == 'linux-aarch_64' |
| 134 | + # uses: docker/build-push-action@v5 |
| 135 | + # with: |
| 136 | + # context: . |
| 137 | + # push: true |
| 138 | + # tags: ${{ steps.meta.outputs.tags }} |
| 139 | + # labels: ${{ steps.meta.outputs.labels }} |
| 140 | + # |
| 141 | + # - name: Upload binaries as artifacts |
| 142 | + # uses: actions/upload-artifact@v4 |
| 143 | + # with: |
| 144 | + # name: ${{ env.ARTIFACT }} |
| 145 | + # path: ${{ env.SOURCE }} |
146 | 146 |
|
147 | 147 | github_release: |
148 | 148 | name: Perform GitHub release |
@@ -181,12 +181,12 @@ jobs: |
181 | 181 | tar -C artifacts/seafowl-nightly-x86_64-apple-darwin -czf seafowl-${{ env.RELEASE_VERSION }}-x86_64-apple-darwin.tar.gz seafowl |
182 | 182 | cd artifacts/seafowl-nightly-x86_64-pc-windows-msvc && zip -r ../../seafowl-${{ env.RELEASE_VERSION }}-x86_64-pc-windows-msvc.zip seafowl.exe |
183 | 183 |
|
184 | | - - name: Upload release archive |
185 | | - uses: softprops/action-gh-release@v1 |
186 | | - with: |
187 | | - files: | |
188 | | - seafowl-${{ env.RELEASE_VERSION }}-x86_64-unknown-linux-gnu.tar.gz |
189 | | - seafowl-${{ env.RELEASE_VERSION }}-aarch_64-unknown-linux-gnu.tar.gz |
190 | | - seafowl-${{ env.RELEASE_VERSION }}-x86_64-apple-darwin.tar.gz |
191 | | - seafowl-${{ env.RELEASE_VERSION }}-x86_64-pc-windows-msvc.zip |
192 | | - body_path: notes-${{ env.RELEASE_VERSION }}.md |
| 184 | +# - name: Upload release archive |
| 185 | +# uses: softprops/action-gh-release@v1 |
| 186 | +# with: |
| 187 | +# files: | |
| 188 | +# seafowl-${{ env.RELEASE_VERSION }}-x86_64-unknown-linux-gnu.tar.gz |
| 189 | +# seafowl-${{ env.RELEASE_VERSION }}-aarch_64-unknown-linux-gnu.tar.gz |
| 190 | +# seafowl-${{ env.RELEASE_VERSION }}-x86_64-apple-darwin.tar.gz |
| 191 | +# seafowl-${{ env.RELEASE_VERSION }}-x86_64-pc-windows-msvc.zip |
| 192 | +# body_path: notes-${{ env.RELEASE_VERSION }}.md |
0 commit comments