Skip to content

bazel.spec: update to 6.4.0 #3

bazel.spec: update to 6.4.0

bazel.spec: update to 6.4.0 #3

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Fedora (just prior version) build in the container
run: make container.rebuild FED_VER="$(./.hack/latest-version.sh -1)"
- name: Run Fedora (latest version) build in the container
run: make container.rebuild FED_VER="$(./.hack/latest-version.sh)"