Skip to content

default shell in dockerfile #5

default shell in dockerfile

default shell in dockerfile #5

Workflow file for this run

name: 'Deterministic builds'
on:
workflow_dispatch: null
push:
branches:
- '**/release**'
jobs:
deterministic-build:
name: 'deterministic-build:optional'
runs-on: ubuntu-latest
strategy:
matrix:
include:
- project: control-panel
artifact: control_panel.wasm.gz
- project: station
artifact: station.wasm.gz
- project: upgrader
artifact: upgrader.wasm.gz
- project: wallet-dapp
artifact: wallet-dapp.tar.gz
steps:
- name: 'Checkout'
uses: actions/checkout@v4
- uses: docker-practice/actions-setup-docker@master
timeout-minutes: 12
- name: 'Deterministic build'
run: |
./scripts/docker-build.sh --${{ matrix.project }}
- name: 'Built hash'
run: |
cat artifacts/${{ matrix.project }}/${{ matrix.artifact }}.sha256