diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 743f5b3..2dfe266 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,23 +10,33 @@ jobs: strategy: matrix: environment: - - os: "ubuntu-18.04" + - os: "ubuntu-latest" target: "x86_64-unknown-linux-gnu" cross: true exec: jwtinfo artifact-name: "jwtinfo-unix64" - - os: "macos-10.15" + - os: "macos-latest" target: "x86_64-apple-darwin" cross: true exec: jwtinfo artifact-name: "jwtinfo-macos" - - os: "ubuntu-18.04" + - os: "macos-latest" + + target: "aarch64-apple-darwin" + + cross: true + + exec: jwtinfo + + artifact-name: "jwtinfo-macos-silicon" + + - os: "ubuntu-latest" target: "x86_64-pc-windows-gnu" cross: true exec: jwtinfo.exe artifact-name: "jwtinfo-win64.exe" packages: "gcc-mingw-w64" - - os: "ubuntu-18.04" + - os: "ubuntu-latest" target: "armv7-unknown-linux-gnueabihf" cross: true exec: jwtinfo