Skip to content

Commit

Permalink
fix(FiloSottile/age): enable windows_arm_emulation
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Nov 23, 2023
1 parent 0588a2b commit dd1db2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0
with:
aqua_version: v2.19.0
aqua_version: v2.20.0-1
policy_allow: "true"
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:

- uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0
with:
aqua_version: v2.19.0
aqua_version: v2.20.0-1
policy_allow: "true"
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
Expand Down
5 changes: 1 addition & 4 deletions pkgs/FiloSottile/age/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ packages:
repo_owner: FiloSottile
repo_name: age
description: A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability
supported_envs:
- darwin
- linux
- amd64
windows_arm_emulation: true
format: tar.gz
overrides:
- goos: windows
Expand Down
5 changes: 1 addition & 4 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd1db2e

Please sign in to comment.