File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158158
159159 - name : Build OCI image with BuildStream
160160 env :
161- BST_FLAGS : --no-interactive --config /src/buildstream-ci.conf
161+ BST_FLAGS : -o x86_64_v3 true - -no-interactive --config /src/buildstream-ci.conf
162162 run : |
163163 just bst build oci/bluefin.bst
164164 timeout-minutes : 120
@@ -173,7 +173,7 @@ jobs:
173173 - name : Export OCI image from BuildStream
174174 id : export
175175 env :
176- BST_FLAGS : --no-interactive --config /src/buildstream-ci.conf
176+ BST_FLAGS : -o x86_64_v3 true - -no-interactive --config /src/buildstream-ci.conf
177177 BUILD_IMAGE_NAME : ${{ env.IMAGE_NAME }}
178178 OCI_IMAGE_CREATED : ${{ steps.timestamp.outputs.created }}
179179 OCI_IMAGE_REVISION : ${{ github.sha }}
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ options:
2121 - aarch64
2222 - x86_64
2323 - riscv64
24+ x86_64_v3:
25+ type: bool
26+ description: Enable x86_64-v3
27+ default: false
2428
2529sandbox:
2630 build-arch: "%{arch}"
You can’t perform that action at this time.
0 commit comments