Skip to content

Commit 8719316

Browse files
committed
Test new arm64 job prior to merging
1 parent dc8b93e commit 8719316

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.github/workflows/nightly.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
# For pushes to main, build binaries and store them as artifacts (also upload Docker images)
55
# For pushes to main with tags, also make a GitHub release.
66
push:
7-
branches:
8-
- main
9-
tags:
10-
- "v*"
7+
# branches:
8+
# - main
9+
# tags:
10+
# - "v*"
1111

1212
jobs:
1313
build_binary:
@@ -129,20 +129,20 @@ jobs:
129129
type=semver,pattern={{version}}
130130
type=semver,pattern={{major}}.{{minor}}
131131
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 }}
146146

147147
github_release:
148148
name: Perform GitHub release
@@ -181,12 +181,12 @@ jobs:
181181
tar -C artifacts/seafowl-nightly-x86_64-apple-darwin -czf seafowl-${{ env.RELEASE_VERSION }}-x86_64-apple-darwin.tar.gz seafowl
182182
cd artifacts/seafowl-nightly-x86_64-pc-windows-msvc && zip -r ../../seafowl-${{ env.RELEASE_VERSION }}-x86_64-pc-windows-msvc.zip seafowl.exe
183183
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

Comments
 (0)