Skip to content

Commit

Permalink
feature(main): add init commit
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <cuisongliu@qq.com>
  • Loading branch information
cuisongliu committed Aug 18, 2023
1 parent fde3c4d commit d9dde5c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
Expand All @@ -18,6 +18,11 @@ jobs:

- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Install Dependencies
run: |
sudo apt update && sudo apt install -y gcc-aarch64-linux-gnu \
libbtrfs-dev libgpgme-dev libdevmapper-dev \
qemu-user-static binfmt-support
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
Expand Down

0 comments on commit d9dde5c

Please sign in to comment.