Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
idavis committed Jun 27, 2024
1 parent 97eb0b7 commit 06521a4
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .ado/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: pyqir-publish-$(BuildId)

# This pipeline is used to build and publish the PyQIR package
# It uses a Microsoft ADO template for additional security checks.

# Run on merges to main to ensure that the latest code
# is always able to be published.
trigger:
Expand Down Expand Up @@ -40,19 +43,6 @@ parameters:
imageName: 'ubuntu-20.04'
os: linux
arch: x86_64
- name: mac_x86_64
poolName: 'Azure Pipelines'
imageName: 'macOS-latest' # MacOS-specific Py (Mac is usually quite limited).
os: macOS
arch: x86_64
ARCHFLAGS: '-arch x86_64'
- name: mac_aarch64
poolName: 'Azure Pipelines'
imageName: 'macOS-latest'
os: macOS
arch: aarch64
ARCHFLAGS: '-arch arm64'
additionalRustTargets: aarch64-apple-darwin
- name: mac_universal
poolName: 'Azure Pipelines'
imageName: 'macOS-latest'
Expand Down

0 comments on commit 06521a4

Please sign in to comment.