Skip to content

Commit

Permalink
Fix version, introduce arm (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
berkayoz committed Jul 19, 2024
1 parent 47c5a19 commit e8da538
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# pinning to use rockcraft 1.3.0 feature `entrypoint-service`
rockcraft-revisions: '{"amd64": "1783", "arm64": "1784"}'
arch-skipping-maximize-build-space: '["arm64"]'
platform-labels: '{"arm64": ["self-hosted", "Linux", "ARM64", "jammy", "large"]}'
platform-labels: '{"arm64": ["self-hosted", "Linux", "ARM64", "jammy"]}'
run-tests:
uses: canonical/k8s-workflows/.github/workflows/run_tests.yaml@main
needs: [build-and-push-arch-specifics]
Expand Down
4 changes: 2 additions & 2 deletions rockcraft.yaml → 1.28.2/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ base: bare
build-base: [email protected]
license: Apache-2.0

version: '1.28.5'
version: '1.28.2'
summary: Contour is an open source Kubernetes ingress controller.
description: |
Contour is an open source Kubernetes ingress controller that works by deploying
Expand All @@ -13,7 +13,7 @@ description: |
and use of them does not imply any affiliation or endorsement.
platforms:
amd64:
# arm64:
arm64:


services:
Expand Down

0 comments on commit e8da538

Please sign in to comment.