Skip to content

Commit

Permalink
Update attestation-server-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanrags authored Jan 3, 2025
1 parent fe193a5 commit bbd9c55
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/attestation-server-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,13 @@ jobs:
include:
- os: 'ubuntu-24.04'
runs-on: 'ubicloud-standard-2'
GOOS: linux
GOARCH: amd64
# - os: 'ubuntu-24.04'
# runs-on: 'ubicloud-standard-2-arm'
# GOOS: linux
# GOARCH: arm64
- os: 'ubuntu-24.04'
runs-on: 'ubicloud-standard-2-arm'
runs-on: ${{ matrix.runs-on }}
steps:
- name: echo
run: |
echo attestation-server-version ${{github.event.inputs.attestation-server-version}}
echo revision ${{github.event.inputs.revision}}
- name: Install Nix
uses: cachix/install-nix-action@v30
- name: Cachix
Expand Down

0 comments on commit bbd9c55

Please sign in to comment.