Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Jan 30, 2024
1 parent b2d6b7e commit 99550cd
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .github/workflows/generic_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,21 @@ on:

jobs:
build:
name: building
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: arm64

- name: Build
id: build
run: |
set -xeu
image_name='${{ inputs.image_name }}${{ inputs.image_prefix }}'
image_dir='images/${{ inputs.image_name }}'
steps:
- uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: arm64

- name: Build
id: build
run: |
set -xeu
image_name='${{ inputs.image_name }}${{ inputs.image_prefix }}'
image_dir='images/${{ inputs.image_name }}'

0 comments on commit 99550cd

Please sign in to comment.