mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-13 04:05:04 +03:00
Specify catthehacker/ubuntu:act-22.04 as container for act
Fixes an issue where act wouldn't use the correct container and so couldn't find a compatible python version, so it would fail to build.
This commit is contained in:
+2
-2
@@ -29,10 +29,10 @@ cd ..
|
|||||||
|
|
||||||
if [[ "$type" == "release" ]]; then
|
if [[ "$type" == "release" ]]; then
|
||||||
printf "release!\n"
|
printf "release!\n"
|
||||||
act workflow_dispatch -e act/release.json --artifact-server-path act/artifacts --container-architecture linux/amd64
|
act workflow_dispatch -e act/release.json --artifact-server-path act/artifacts --container-architecture linux/amd64 --platform ubuntu-22.04=catthehacker/ubuntu:act-22.04
|
||||||
elif [[ "$type" == "prerelease" ]]; then
|
elif [[ "$type" == "prerelease" ]]; then
|
||||||
printf "prerelease!\n"
|
printf "prerelease!\n"
|
||||||
act workflow_dispatch -e act/prerelease.json --artifact-server-path act/artifacts --container-architecture linux/amd64
|
act workflow_dispatch -e act/prerelease.json --artifact-server-path act/artifacts --container-architecture linux/amd64 --platform ubuntu-22.04=catthehacker/ubuntu:act-22.04
|
||||||
else
|
else
|
||||||
printf "Release type unspecified/badly specified.\n"
|
printf "Release type unspecified/badly specified.\n"
|
||||||
printf "Options: 'release' or 'prerelease'\n"
|
printf "Options: 'release' or 'prerelease'\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user