Skip to content

Refactor menu into its own file. #96

Refactor menu into its own file.

Refactor menu into its own file. #96

Workflow file for this run

name: Build i386
on:
push:
branches: [ next ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build-amd64:
runs-on: ubuntu-latest
environment: next
strategy:
matrix:
architecture: [amd64]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run build.sh for AMD64
run: |
export REPO_URL=${{ vars.REPO_URL }}
export DOCKER_HUB_PASSWORD=${{ secrets.DOCKER_HUB_PASSWORD }}
./build.sh build-i386