Skip to content

Commit

Permalink
remove linux/arm64 platform (#1272)
Browse files Browse the repository at this point in the history
we use only the linux/amd64 platform in azure devops
linux/arm64 seems to break during upgrade to ubuntu:24.04, removing it for now

Co-authored-by: tjololo <1145298+tjololo@users.noreply.github.com>
  • Loading branch information
tjololo and tjololo authored Jan 28, 2025
1 parent c665b71 commit 24ccf15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azdevops-agent-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
context: ./infrastructure/images/azure-devops-agent
push: false
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: ${{ github.repository }}/azure-devops-agent:test
env:
SOURCE_DATE_EPOCH: ${{ env.TIMESTAMP }}
2 changes: 1 addition & 1 deletion .github/workflows/azdevops-agent-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
context: ./infrastructure/images/azure-devops-agent
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: ghcr.io/${{ steps.vars.outputs.reponame }}/azure-devops-agent:v${{ steps.vars.outputs.version }}
env:
SOURCE_DATE_EPOCH: ${{ env.TIMESTAMP }}

0 comments on commit 24ccf15

Please sign in to comment.