asd
Some checks failed
Main / Build arm64v8 image (push) Successful in 8m59s
Main / Push arm64v8 image (push) Failing after 54s

This commit is contained in:
Chris Richardson
2025-07-10 21:05:49 -04:00
parent 5a9a1d969e
commit f3294ccbdc

View File

@@ -30,17 +30,17 @@ jobs:
- name: "Build and save image" - name: "Build and save image"
run: | run: |
make IMAGE_BUILD_OPTS="--pull" "build-${{ matrix.arch }}-image" "save-${{ matrix.arch }}-image" make IMAGE_BUILD_OPTS="--pull" "build-${{ matrix.arch }}-image" "save-${{ matrix.arch }}-image"
- name: "Upload artifacts" # - name: "Upload artifacts"
# if: "startsWith(github.ref, 'refs/tags/v') && matrix.arch != 'native'" # if: "startsWith(github.ref, 'refs/tags/v') && matrix.arch != 'native'"
uses: "actions/upload-artifact@v4" # uses: "actions/upload-artifact@v4"
with: # with:
name: "dist-${{ matrix.arch }}" # name: "dist-${{ matrix.arch }}"
path: "./dist/" # path: "./dist/"
retention-days: 1 # retention-days: 1
push: push:
name: "Push ${{ matrix.arch }} image" name: "Push ${{ matrix.arch }} image"
if: "startsWith(github.ref, 'refs/tags/v')" # if: "startsWith(github.ref, 'refs/tags/v')"
needs: ["build"] needs: ["build"]
runs-on: "ubuntu-latest" runs-on: "ubuntu-latest"
permissions: permissions: