Skip to content

Commit c98205d

Browse files
committed
Add CPU flags
1 parent beb2aa9 commit c98205d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/api/internal/handlers/deprecated_template_start_build.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ func (a *APIStore) PostTemplatesTemplateIDBuildsBuildID(c *gin.Context, template
169169
CpuFamily: utils.ToPtr(machineInfo.CPUFamily),
170170
CpuModel: utils.ToPtr(machineInfo.CPUModel),
171171
CpuModelName: utils.ToPtr(machineInfo.CPUModelName),
172+
CpuFlags: machineInfo.CPUFlags,
172173
BuildUuid: buildUUID,
173174
})
174175
if err != nil {

0 commit comments

Comments
 (0)