Skip to content

Commit

Permalink
Revert "build arm64 only"
Browse files Browse the repository at this point in the history
This reverts commit ad2c8b9.
  • Loading branch information
arturcic committed Jan 18, 2025
1 parent a9c77a2 commit adc2c0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
needs: [ prepare ]
env:
PUSH_IMAGES: ${{github.event_name != 'pull_request' && github.repository_owner == 'GitTools'}}
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-24.04
strategy:
matrix:
distro: ${{ fromJson(needs.prepare.outputs.dockerDistros) }}
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: '[Build Docker images]'
shell: pwsh
run: dotnet run/build.dll `
--target=DockerBuildDeps --arch=arm64 `
--target=DockerBuildDeps --arch=amd64 `
--dotnet_distro=${{ matrix.distro }} --docker_registry=dockerhub `
--push_images=${{env.PUSH_IMAGES}} --verbosity=diagnostic

Expand All @@ -86,6 +86,6 @@ jobs:
- name: '[Build Docker images]'
shell: pwsh
run: dotnet run/build.dll `
--target=DockerBuildDeps --arch=arm64 `
--target=DockerBuildDeps --arch=amd64 `
--dotnet_distro=${{ matrix.distro }} --docker_registry=github `
--push_images=${{env.PUSH_IMAGES}} --verbosity=diagnostic

0 comments on commit adc2c0c

Please sign in to comment.