Merge pull request #1582 from semarie/more-ci

CI: add linux i386, Darwin arm64 and Windows 386
This commit is contained in:
Jeroen van Rijn
2022-03-03 17:07:40 +01:00
committed by GitHub
3 changed files with 22 additions and 10 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ Context_Memory_Input :: struct #packed {
when size_of(rawptr) == 8 {
#assert(size_of(Context_Memory_Input) == 64)
} else {
// e.g. `-target:windows_386`
// e.g. `-target:windows_i386`
#assert(size_of(Context_Memory_Input) == 52)
}