Skip to content

Commit

Permalink
Update and rename oyster-attestation-server.yml to attestation-server…
Browse files Browse the repository at this point in the history
….yml
  • Loading branch information
roshanrags authored Jan 3, 2025
1 parent da395d4 commit 74c018c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 53 deletions.
36 changes: 36 additions & 0 deletions .github/workflows/attestation-server.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Build attestation-server
on:
workflow_dispatch:
inputs:
revision:
description: 'oyster-monorepo revision'
required: false
default: 'master'
jobs:
build:
if: github.actor == 'roshanrags'
name: Build
strategy:
matrix:
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
runs-on: ${{ matrix.runs-on }}
steps:
- name: echo
run: |
echo attestation-server-version ${{github.event.inputs.attestation-server-version}}
- name: Install Nix
uses: cachix/install-nix-action@v30
- name: attic
run: nix build -vL github:zhaofengli/attic#attic-client && cp ./result/bin/attic . && ./attic login marlin https://nix-cache.marlin.org ${{secrets.ATTIC_TOKEN}} && ./attic watch-store oyster &
- name: build
run: nix build -vL github:marlinprotocol/oyster-monorepo?rev=${{github.event.inputs.revision}}#musl.attestation.server.default
- name: sleep so attic can upload
run: sleep 10s
53 changes: 0 additions & 53 deletions .github/workflows/oyster-attestation-server.yml

This file was deleted.

0 comments on commit 74c018c

Please sign in to comment.