Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Jul 11, 2024
1 parent bc4f5f9 commit 4b4385a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
command: [namada, wasm]

env:
FORCE_COLOR: 1
steps:
Expand All @@ -35,6 +40,6 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run build
run: earthly --push +build
run: earthly --push +${{ matrix.command }}
env:
EARTHLY_PUSH: ${{ github.ref == 'refs/heads/main' }}
4 changes: 0 additions & 4 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,4 @@ wasm:
RUN mv wasm-opt /usr/local/bin
RUN chmod +x /usr/local/bin/wasm-opt

build:
BUILD +namada
BUILD +wasm

SAVE IMAGE ghcr.io/heliaxdev/namada-ci:wasm-latest ghcr.io/heliaxdev/namada-ci:wasm-main

0 comments on commit 4b4385a

Please sign in to comment.