Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added aarch64 output of uname for docker containers on arm (e.g. appl… #24

Merged
merged 6 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/primary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:

# ------------------------------------------------------------------------

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: asdf-vm/actions/install@v1
- uses: asdf-vm/actions/install@v3

# ------------------------------------------------------------------------

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x

Expand All @@ -31,7 +31,7 @@ jobs:
pre-commit install

- name: Cache pre-commit
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: ${{ runner.os }}-pre-commit
Expand All @@ -42,7 +42,7 @@ jobs:
# ------------------------------------------------------------------------

- name: Asdf plugin test
uses: asdf-vm/actions/plugin-test@v1
uses: asdf-vm/actions/plugin-test@v3
with:
command: gopass --help
env:
Expand All @@ -56,9 +56,9 @@ jobs:
run: cp node/package* .

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
cache: npm

- name: Install packages
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/secondary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:

# ------------------------------------------------------------------------

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: asdf-vm/actions/install@v1
- uses: asdf-vm/actions/install@v3

# ------------------------------------------------------------------------

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x

Expand All @@ -32,7 +32,7 @@ jobs:
pre-commit install

- name: Cache pre-commit
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: ${{ runner.os }}-pre-commit
Expand All @@ -43,7 +43,7 @@ jobs:
# ------------------------------------------------------------------------

- name: Asdf plugin test
uses: asdf-vm/actions/plugin-test@v1
uses: asdf-vm/actions/plugin-test@v3
with:
command: gopass --help
env:
Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
# Remote

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.6.0
hooks:
- id: check-executables-have-shebangs
- id: check-merge-conflict
Expand All @@ -13,25 +13,25 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v8.0.0
rev: v9.18.0
hooks:
- id: commitlint
stages: [commit-msg]
additional_dependencies: ['@commitlint/config-conventional']

- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.4.0
rev: v0.14.0
hooks:
- id: markdownlint-cli2

- repo: https://github.com/frnmst/md-toc
rev: '8.1.4'
rev: '9.0.0'
hooks:
- id: md-toc
args: [-p, -s, '1', github]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.1.0
hooks:
- id: prettier
args: [--prose-wrap, always, --single-quote]
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 1.0.0 (2024-09-20)

### Features

* add help info scripts ([9665309](https://github.com/andrelohmann/asdf-gopass/commit/9665309c5ee73f72c7e724d1bc5c8b16a4415e0c))
* Initial commit ([d0cb0c3](https://github.com/andrelohmann/asdf-gopass/commit/d0cb0c306b5bc5e69f0a7d19ffd14646427db469))

### Refactor

* Rehaul CI and dev setup ([c0839bd](https://github.com/andrelohmann/asdf-gopass/commit/c0839bd9c9bcd7c54eecb851c2ae9e3c6fd13113))
* Switch to ISC license ([2430891](https://github.com/andrelohmann/asdf-gopass/commit/2430891a127e41e0e027125579b85bc5d9dde7aa))

### Docs

* cleanup ([d9fde28](https://github.com/andrelohmann/asdf-gopass/commit/d9fde28734405ede350cfeebce3d1da91013c5ab))
* **readme:** Remove pointless status badges ([4bc08f1](https://github.com/andrelohmann/asdf-gopass/commit/4bc08f1db8073ab18cb109ab7424611c20ba4597))
* unify docs with other projects ([96d88d5](https://github.com/andrelohmann/asdf-gopass/commit/96d88d52baa5dabc31a541499abdfc3395b96bab))
* unify READMEs with other projects ([fcc8aac](https://github.com/andrelohmann/asdf-gopass/commit/fcc8aac38d2fcce67a40499a3ea4e2574773aaca))
* update misc ([fc1e12f](https://github.com/andrelohmann/asdf-gopass/commit/fc1e12feeb7b788603fc92846250250447f5494d))

## [1.1.1](https://github.com/trallnag/asdf-gopass/compare/1.1.0...1.1.1) (2022-07-03)


Expand Down
2 changes: 1 addition & 1 deletion bin/download
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ download_release() {
uname_arch=$(uname -m)
if [ "x86_64" = "$uname_arch" ]; then
arch="amd64"
elif [ "arm64" = "$uname_arch" ]; then
elif [ "arm64" = "$uname_arch" ] || [ "aarch64" = "$uname_arch" ]; then
arch="arm64"
else
arch="386"
Expand Down
4 changes: 2 additions & 2 deletions node/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"conventional-changelog-conventionalcommits": "^5.0.0",
"semantic-release": "^19.0.3"
"semantic-release": "^24.1.1"
}
}