From 67a261f31192f4bb987a7e13c637dd7e4982ecc6 Mon Sep 17 00:00:00 2001 From: Kevin Allioli Date: Sun, 5 May 2024 13:56:59 +0200 Subject: [PATCH] change image creattion process --- .github/workflows/create-image.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/create-image.yml b/.github/workflows/create-image.yml index 5e782f3..50ed49b 100644 --- a/.github/workflows/create-image.yml +++ b/.github/workflows/create-image.yml @@ -14,7 +14,6 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: self-hosted runs-on: [self-hosted, freebsd] # Steps represent a sequence of tasks that will be executed as part of the job