Skip to content

Commit

Permalink
AArch64
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Nov 25, 2023
1 parent 0b40d71 commit 51eada9
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/maintenance-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,35 @@ jobs:
working-directory: linux
run: make all #pull_images=true release=true

# - name: Upload tarballs as artifacts
# uses: actions/upload-artifact@v3
# with:
# name: linux-${{ env.CRYSTAL_VERSION }}
# path: linux/build/*.gz

- name: Upload tarball for use in the next step
uses: actions/upload-artifact@v3
with:
name: tarball
path: |
linux/build/*.tar.gz
!linux/build/*-bundled.tar.gz
build-arrch64:
name: Build aarch64 Linux tarballs
runs-on: [linux, ARM64]
steps:
- uses: actions/checkout@v3

- name: Build linux binaries
working-directory: linux
run: make all #pull_images=true release=true

# - name: Upload tarballs as artifacts
# uses: actions/upload-artifact@v3
# with:
# name: linux-${{ env.CRYSTAL_VERSION }}
# path: linux/build/*.gz

- name: Upload tarball for use in the next step
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 51eada9

Please sign in to comment.