Skip to content

Commit

Permalink
Test build on RHEL agent
Browse files Browse the repository at this point in the history
  • Loading branch information
crramirez committed Jan 18, 2024
1 parent f8d8bc4 commit 67e5a6c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
31 changes: 20 additions & 11 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,28 @@ 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: arm64
agent_arch: ARM64
arch_dir: ARM64
arch: x86_64
agent_arch: X64
arch_dir: x64
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.1
FEDORA_REMIX_VERSION=39.0.3

0 comments on commit 67e5a6c

Please sign in to comment.