Skip to content

Introduce FetchKernelCareGPGKey action to obtain the GPG key for the … #672

Introduce FetchKernelCareGPGKey action to obtain the GPG key for the …

Introduce FetchKernelCareGPGKey action to obtain the GPG key for the … #672

Workflow file for this run

name: Build with Buck
on: [push]
jobs:
build:
runs-on: ubuntu-20.04 # Not latest, because python3.6 is not available on latest
# https://github.com/actions/setup-python/issues/544
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
with:
submodules: recursive
- name: Prepare artifact store
run: mkdir -p ./buck-out/gen
- name: Build centos2alma
id: build
uses: SandakovMM/build-with-buck@v3
with:
command: build
target: :centos2alma
- name: Store result
uses: actions/upload-artifact@v3
with:
name: centos2alma
path: ./buck-out/gen/centos2alma