Skip to content

Commit

Permalink
Merge pull request #23187 from xnox/calico-ftbfs
Browse files Browse the repository at this point in the history
calico: fix FTBFS and rebuild with new golang
  • Loading branch information
cpanato committed Jul 4, 2024
2 parents 1cf351d + c3a54bc commit 99e5363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions calico.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: calico
version: 3.28.0
epoch: 3
epoch: 4
description: "Cloud native networking and network security"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -147,7 +147,7 @@ subpackages:
- glibc
pipeline:
- assertions:
required-steps: 1
required-steps: 2
pipeline:
# Equivalent to target: "$(NODE_CONTAINER_BINARY)"
- if: ${{build.arch}} == 'x86_64' || ${{build.arch}} == 'aarch64' # Essentially a guard to make sure we never try to build beyond x86_64 and aarch64
Expand Down

0 comments on commit 99e5363

Please sign in to comment.