Skip to content

Commit a554b59

Browse files
committed
Debug
1 parent 208c875 commit a554b59

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

.github/workflows/cross-build.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,7 @@ jobs:
1313
build-binaries:
1414
# needs: [create-release]
1515
runs-on:
16-
- self-hosted
17-
- Linux
18-
# - ${{ matrix.os }}
19-
- X64
20-
# strategy:
21-
# fail-fast: false
22-
# matrix:
23-
# build: [linux, linux-arm64, freebsd]
24-
# include:
25-
# - build: linux
26-
# arch: amd64
27-
# os: Linux
28-
# target: x86_64-unknown-linux-gnu
29-
# - build: linux-arm64
30-
# arch: arm64
31-
# os: Linux
32-
# target: aarch64-unknown-linux-gnu
33-
# - build: freebsd
34-
# arch: amd64
35-
# os: Linux
36-
# target: x86_64-unknown-freebsd
16+
- codebuild-defguard-proxy-runner-${{ github.run_id }}-${{ github.run_attempt }}
3717
steps:
3818
# Store the version, stripping any v-prefix
3919
- name: Write release version

0 commit comments

Comments
 (0)