asd
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -23,10 +23,10 @@ jobs:
|
||||
steps:
|
||||
- name: "Checkout project"
|
||||
uses: "actions/checkout@v4"
|
||||
- name: "Register binfmt entries"
|
||||
if: "matrix.arch != 'native'"
|
||||
run: |
|
||||
make binfmt-register
|
||||
# - name: "Register binfmt entries"
|
||||
# if: "matrix.arch != 'native'"
|
||||
# run: |
|
||||
# make binfmt-register
|
||||
- name: "Build and save image"
|
||||
run: |
|
||||
make IMAGE_BUILD_OPTS="--pull" "build-${{ matrix.arch }}-image" "save-${{ matrix.arch }}-image"
|
||||
|
||||
Reference in New Issue
Block a user