We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208c875 commit a554b59Copy full SHA for a554b59
1 file changed
.github/workflows/cross-build.yml
@@ -13,27 +13,7 @@ jobs:
13
build-binaries:
14
# needs: [create-release]
15
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
32
- # target: aarch64-unknown-linux-gnu
33
- # - build: freebsd
34
35
36
- # target: x86_64-unknown-freebsd
+ - codebuild-defguard-proxy-runner-${{ github.run_id }}-${{ github.run_attempt }}
37
steps:
38
# Store the version, stripping any v-prefix
39
- name: Write release version
0 commit comments