Skip to content

Commit

Permalink
build-rootfs: comment out nocc-arm64 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo authored Dec 16, 2023
1 parent 35012e3 commit 216957a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/build-rootfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@ jobs:
# The desired behavior if no files are found using the provided path.
if-no-files-found: error

- name: Build nocc-arm64 rootfs tarball
run: |
IS_ACTIONS=y sh $GITHUB_WORKSPACE/scripts/build-ci.sh build nocc arm64
- name: Upload nocc-arm64 Rootfs
uses: actions/upload-artifact@v3.1.1
with:
# Artifact name
name: nocc-arm64 # optional, default is artifact
# A file, directory or wildcard pattern that describes what to upload
path: ${{ github.workspace }}/kreato-linux-builder-nocc-*-arm64.tar.gz
# The desired behavior if no files are found using the provided path.
if-no-files-found: error
#- name: Build nocc-arm64 rootfs tarball
# run: |
# IS_ACTIONS=y sh $GITHUB_WORKSPACE/scripts/build-ci.sh build nocc arm64

#- name: Upload nocc-arm64 Rootfs
# uses: actions/upload-artifact@v3.1.1
# with:
# # Artifact name
# name: nocc-arm64 # optional, default is artifact
# # A file, directory or wildcard pattern that describes what to upload
# path: ${{ github.workspace }}/kreato-linux-builder-nocc-*-arm64.tar.gz
# # The desired behavior if no files are found using the provided path.
# if-no-files-found: error

- name: Build builder rootfs tarball
run: |
Expand Down

0 comments on commit 216957a

Please sign in to comment.