Skip to content

Commit ebdc1d9

Browse files
authored
refact(ci): normalization the github workflow name (#53)
The old GitHub CI workflow caused misunderstandings. The new workflow uses the `<action>_<profile>` format. the action enumerated by: ``` build ``` the profile name **standardization** by: ``` {x86-64,amd64} --> amd64 {aarch64,arm64} --> arm64 ``` the os arch enumerated by: ``` wsl2 macos ```
1 parent bb18707 commit ebdc1d9

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Intel MacOS Profile](https://github.com/ihexon/ovm-builder/actions/workflows/build_macos-x86_64.yaml/badge.svg)](https://github.com/ihexon/ovm-builder/actions/workflows/build_macos-x86_64.yaml) [![Build ARM64 MacOS Profile](https://github.com/ihexon/ovm-builder/actions/workflows/build_macos.yaml/badge.svg)](https://github.com/ihexon/ovm-builder/actions/workflows/build_macos.yaml) [![Build WSL2 Profile](https://github.com/ihexon/ovm-builder/actions/workflows/build_wsl2.yaml/badge.svg)](https://github.com/ihexon/ovm-builder/actions/workflows/build_wsl2.yaml)
1+
[![Build ARM64 MacOS Profile](https://github.com/ihexon/ovm-builder/actions/workflows/build_macos-arm64.yaml/badge.svg)](https://github.com/ihexon/ovm-builder/actions/workflows/build_macos-arm64.yaml) [![Build Intel MacOS Profile](https://github.com/ihexon/ovm-builder/actions/workflows/build_macos-amd64.yaml/badge.svg)](https://github.com/ihexon/ovm-builder/actions/workflows/build_macos-amd64.yaml) [![Build ARM64 MacOS Profile](https://github.com/ihexon/ovm-builder/actions/workflows/build_macos-arm64.yaml/badge.svg)](https://github.com/ihexon/ovm-builder/actions/workflows/build_macos-arm64.yaml)
22
# `make` commands
33
- `macos_arm64` : make ovm bootable image for macos arm64
44
- `wsl2_amd64` : make ovm wsl2 rootfs distribute

0 commit comments

Comments
 (0)