Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:

- name: Build OCI image with BuildStream
env:
BST_FLAGS: --no-interactive --config /src/buildstream-ci.conf
BST_FLAGS: -o x86_64_v3 true --no-interactive --config /src/buildstream-ci.conf
run: |
just bst build oci/bluefin.bst
timeout-minutes: 120
Expand All @@ -173,7 +173,7 @@ jobs:
- name: Export OCI image from BuildStream
id: export
env:
BST_FLAGS: --no-interactive --config /src/buildstream-ci.conf
BST_FLAGS: -o x86_64_v3 true --no-interactive --config /src/buildstream-ci.conf
BUILD_IMAGE_NAME: ${{ env.IMAGE_NAME }}
OCI_IMAGE_CREATED: ${{ steps.timestamp.outputs.created }}
OCI_IMAGE_REVISION: ${{ github.sha }}
Expand Down
4 changes: 4 additions & 0 deletions project.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ options:
- aarch64
- x86_64
- riscv64
x86_64_v3:
type: bool
description: Enable x86_64-v3
default: false

sandbox:
build-arch: "%{arch}"
Expand Down
Loading