Skip to content

Commit

Permalink
Revert "Test build on RHEL agent"
Browse files Browse the repository at this point in the history
This reverts commit 67e5a6c.
  • Loading branch information
crramirez committed Jan 18, 2024
1 parent c602cd8 commit fd0b6aa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 21 deletions.
31 changes: 11 additions & 20 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,19 @@ trigger:

stages:
- stage: amd64
jobs:
- template: debootstrap_architecture_template.yml
parameters:
arch: x86_64
agent_arch: X64
arch_dir: x64
aws_instance_id: i-072a16dc951b04894
- stage: arm64
dependsOn: []
jobs:
- template: debootstrap_architecture_template.yml
parameters:
arch: x86_64
agent_arch: X64
arch_dir: x64
arch: arm64
agent_arch: ARM64
arch_dir: ARM64
aws_instance_id: i-069e94572a8a70572
#- stage: arm64
# dependsOn: []
# jobs:
# - template: debootstrap_architecture_template.yml
# parameters:
# arch: arm64
# agent_arch: ARM64
# arch_dir: ARM64
# aws_instance_id: i-069e94572a8a70572

# jobs:
# - template: debootstrap_architecture_template.yml
# parameters:
# arch: x86_64
# agent_arch: X64
# arch_dir: x64
# aws_instance_id: i-072a16dc951b04894
2 changes: 1 addition & 1 deletion linux_files/os-release-39
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ HOME_URL="https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL"
SUPPORT_URL="https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL"
BUG_REPORT_URL="https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL/issues"
PRIVACY_POLICY_URL="https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL/blob/master/PRIVACY.md"
FEDORA_REMIX_VERSION=39.0.3
FEDORA_REMIX_VERSION=39.0.1

0 comments on commit fd0b6aa

Please sign in to comment.