diff --git a/.gitea/workflows/autotools-x64-arm64-arm.yml b/.gitea/workflows/autotools-x64-arm64-arm.yml deleted file mode 100644 index 6f7bb96..0000000 --- a/.gitea/workflows/autotools-x64-arm64-arm.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Building autotools projects for x64, aarch64 and arm -on: - workflow_call: - -jobs: - build-amd64: - uses: ./.gitea/workflows/autotools-cross.yml - with: - platform: amd64 - build-arm64: - uses: ./.gitea/workflows/autotools-cross.yml - with: - platform: arm64 - build-arm: - uses: ./.gitea/workflows/autotools-cross.yml - with: - platform: arm \ No newline at end of file