Commit Graph

26 Commits

Author SHA1 Message Date
Dan Balasescu be06fff363
Update GHA workflows 2024-12-04 14:56:41 +09:00
Salman Alshamrani 7d0d0d7569 Fix android workflow not installing .NET 8 version 2024-11-27 23:44:32 -05:00
Susko3 609a319551 Specify Android ABIs as command line params 2024-10-29 21:49:02 +00:00
Bartłomiej Dach 53dff157d5
Fix linux-arm build failures due to docker changes
`linux-arm(64)` builds started failing with

    latest: Pulling from arm64v8/ubuntu
    docker: no matching manifest for linux/amd64 in the manifest list entries.

(https://github.com/bdach/SDL3-CS/actions/runs/11440882162/job/31827702325)

Upon closer inspection, new `arm32v7/ubuntu` and `arm64v8/ubuntu` images
were pushed on Oct 19, 2024, which seemed related.

While pinning the images to the last known working digest worked,
it's obviously suboptimal. Looking closer at previous passing build
logs, warnings are noticeable:

    WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/amd64/v3) and no specific platform was requested

    WARNING: The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64/v3) and no specific platform was requested

therefore I decided to try specifying the platform explicitly to see if
it fixes the issue, and it does.
2024-10-22 08:59:45 +02:00
Susko3 f9533a8fa5 Bump actions/setup-java to v4 2024-10-02 16:52:20 +01:00
Dan Balasescu 682da0bfe1
Apply review suggestions 2024-09-26 18:21:25 +09:00
Dan Balasescu 788afa6ab1
Create single PR for binary updates 2024-09-23 00:59:31 +09:00
Dan Balasescu e207e72b6a
Move + update build scripts to use submodule 2024-09-18 13:42:08 +09:00
Susko3 e5a2b13d38 Specify SDL3 commit to build 2024-05-18 12:50:52 +02:00
Kevin Pfeifer 05714f9657 remove expression from conditions 2024-05-17 21:39:39 +00:00
Kevin Pfeifer 453df16b5e remove quotes 2024-05-17 21:33:53 +00:00
Kevin Pfeifer 89af77f5a2 run ownership action on linux 2024-05-15 20:14:07 +00:00
Kevin Pfeifer 079440d0a0 fix workspace ownership 2024-05-15 19:48:10 +00:00
Kevin Pfeifer a7cbefc5e6 move cmake flags to os matrix 2024-05-15 19:43:25 +00:00
Kevin Pfeifer 2dd2ef0ef6
Update build.yml 2024-05-15 17:29:36 +02:00
Dan Balasescu ee29df1362
Fix path separator on Windows runner 2024-04-18 01:51:06 +09:00
Dan Balasescu aa1639b0a7
Fix deploy + add android deploy 2024-04-16 03:25:29 +09:00
Dan Balasescu d3481d3a81
Rename SDL3-CS-Android -> SDL3-CS.Android 2024-04-16 03:25:29 +09:00
hwsmm fb74af1481 Add SDL3-CS-Android and workflow 2024-04-16 00:39:51 +09:00
Dan Balasescu a0809b8d78
Fix typo 2024-04-13 02:23:20 +09:00
Dan Balasescu 61b486530b
Format build action for readability 2024-04-13 02:23:07 +09:00
Dean Herbert 7aedf33f64
Merge pull request #2 from smoogipoo/add-native-build-workflow 2024-04-07 15:52:31 +08:00
Dan Balasescu cea0afa404
Upload as artifact 2024-04-07 15:44:46 +09:00
Dan Balasescu 2ce6387767
Adjust workflow name 2024-04-07 15:12:39 +09:00
Dan Balasescu 9631ba1327
Add deploy workflow 2024-04-07 15:09:45 +09:00
Dan Balasescu 64ee7ceed5
Add native build workflow 2024-04-07 14:46:16 +09:00