Skip to content

Commit

Permalink
Merge pull request #2038 from replicatedhq/divolgin/goreleaser
Browse files Browse the repository at this point in the history
Fix goreleaser
  • Loading branch information
divolgin committed Aug 5, 2021
2 parents f363734 + 9579b3b commit 1c91043
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
goreleaser:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- id: go-cache-paths
run: |
Expand All @@ -32,8 +32,8 @@ jobs:
with:
go-version: '^1.16.3'

- run: sudo apt-get update
- run: sudo apt-get -qq -y install gnupg2 libdevmapper-dev libgpgme-dev libc6-dev-i386 btrfs-progs pkg-config libgpgme-dev
- run: sudo apt-get update -y
- run: sudo apt-get -qq -y install gnupg2 libdevmapper-dev libgpgme-dev libc6-dev-i386 btrfs-progs btrfs-tools pkg-config
- name: set previous release tag for goreleaser
shell: bash
run: |
Expand Down

0 comments on commit 1c91043

Please sign in to comment.