-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,9 @@ jobs: | |
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Build Docker Image | ||
uses: strangelove-ventures/[email protected] | ||
with: | ||
|
@@ -31,14 +34,7 @@ jobs: | |
build-dir: simapp | ||
binaries: | | ||
- simapp/build/simd | ||
# NOTE: This allows Heighliner access to repository. Remove once public. | ||
pre-build: | | ||
mkdir -p ~/.ssh | ||
echo "${{ secrets.HEIGHLINER_KEY }}" | base64 -d > ~/.ssh/id_ed25519 | ||
chmod 600 ~/.ssh/id_ed25519 | ||
apk add openssh | ||
git config --global --add url."ssh://[email protected]/".insteadOf "https://github.com/" | ||
ssh-keyscan github.com >> ~/.ssh/known_hosts | ||
local: true | ||
|
||
- name: Publish Tarball as Artifact | ||
uses: actions/upload-artifact@v4 | ||
|