asd
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -23,10 +23,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: "Checkout project"
|
- name: "Checkout project"
|
||||||
uses: "actions/checkout@v4"
|
uses: "actions/checkout@v4"
|
||||||
- name: "Register binfmt entries"
|
# - name: "Register binfmt entries"
|
||||||
if: "matrix.arch != 'native'"
|
# if: "matrix.arch != 'native'"
|
||||||
run: |
|
# run: |
|
||||||
make binfmt-register
|
# make binfmt-register
|
||||||
- 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"
|
||||||
|
|||||||
Reference in New Issue
Block a user