summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xact/run-act.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/act/run-act.sh b/act/run-act.sh
index 39edb76b..0450f892 100755
--- a/act/run-act.sh
+++ b/act/run-act.sh
@@ -29,10 +29,10 @@ cd ..
if [[ "$type" == "release" ]]; then
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
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
printf "Release type unspecified/badly specified.\n"
printf "Options: 'release' or 'prerelease'\n"