Skip to content

Linux x86_64 incode

Linux x86_64 incode #2

Workflow file for this run

name: Linux x86_64 incode
on:
release:
types: [published]
jobs:
build:
runs-on: 'ubuntu-latest-16-cores'
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: test
run: echo "hello" && echo "${{github.ref_name}}"
# add getting tag