Skip to content

Commit

Permalink
disable failing builds
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Jan 9, 2024
1 parent e2ad78a commit 1af41e1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/release_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
runs_on: ubuntu-20.04
- arch_os: linux_arm64
runs_on: ubuntu-20.04
- arch_os: windows_amd64
runs_on: windows-2022
builder_bin_path: '${RUNNER_TEMP}\bin'
builder_bin_ext: .exe
- arch_os: windows_amd64
runs_on: windows-2022
builder_bin_path: '${RUNNER_TEMP}\bin'
builder_bin_ext: .exe
fips: true
# - arch_os: windows_amd64
# runs_on: windows-2022
# builder_bin_path: '${RUNNER_TEMP}\bin'
# builder_bin_ext: .exe
# - arch_os: windows_amd64
# runs_on: windows-2022
# builder_bin_path: '${RUNNER_TEMP}\bin'
# builder_bin_ext: .exe
# fips: true
env:
OTELCOL_FIPS_SUFFIX: ${{ matrix.fips && '-fips' || '' }}
steps:
Expand Down Expand Up @@ -541,11 +541,11 @@ jobs:
runs-on: ubuntu-20.04
needs:
- build
- build-darwin
#- build-darwin
- build-fips
- build-container-images
- push-docker-manifest
- package-msi
#- build-container-images
#- push-docker-manifest
#- package-msi
steps:
- name: Extract tag
id: extract_tag
Expand Down

0 comments on commit 1af41e1

Please sign in to comment.