Skip to content
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
10 changes: 10 additions & 0 deletions .github/workflows/build-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y qemu-user-static

- name: add macadam package authentication
run: |
echo @crc-org:registry=https://npm.pkg.github.com >> ./.npmrc
echo //npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}} >> ./.npmrc

- name: build builder image
id: builder-image
uses: redhat-actions/buildah-build@v2
Expand Down Expand Up @@ -79,6 +84,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y qemu-user-static

- name: add macadam package authentication
run: |
echo @crc-org:registry=https://npm.pkg.github.com >> ./.npmrc
echo //npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}} >> ./.npmrc

- name: build extension image
id: extension-image
uses: redhat-actions/buildah-build@v2
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
with:
node-version: 22
cache: 'pnpm'

- name: add macadam package authentication
run: |
echo @crc-org:registry=https://npm.pkg.github.com >> ./.npmrc
echo //npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}} >> ./.npmrc

- name: Execute pnpm
run: pnpm install --frozen-lockfile
Expand Down Expand Up @@ -67,6 +72,11 @@ jobs:
node-version: 22
cache: 'pnpm'

- name: add macadam package authentication
run: |
echo @crc-org:registry=https://npm.pkg.github.com >> ./.npmrc
echo //npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}} >> ./.npmrc

- name: Execute pnpm
run: pnpm install

Expand All @@ -93,6 +103,11 @@ jobs:
with:
node-version: 22
cache: 'pnpm'

- name: add macadam package authentication
run: |
echo @crc-org:registry=https://npm.pkg.github.com >> ./.npmrc
echo //npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}} >> ./.npmrc

- name: Execute pnpm
run: pnpm install
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y qemu-user-static

- name: add macadam package authentication
run: |
echo @crc-org:registry=https://npm.pkg.github.com >> ./.npmrc
echo //npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}} >> ./.npmrc

- name: build builder image
id: builder-image
uses: redhat-actions/buildah-build@v2
Expand Down Expand Up @@ -161,6 +166,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y qemu-user-static

- name: add macadam package authentication
run: |
echo @crc-org:registry=https://npm.pkg.github.com >> ./.npmrc
echo //npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}} >> ./.npmrc

- name: build extension image
id: extension-image
uses: redhat-actions/buildah-build@v2
Expand Down
1 change: 1 addition & 0 deletions build/Containerfile.builder
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ FROM registry.access.redhat.com/ubi9/nodejs-22

COPY package.json .
COPY pnpm-lock.yaml .
COPY .npmrc .

RUN npm i -g [email protected] && \
npm install --global pnpm@10 && \
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"watch": "vite build -w"
},
"dependencies": {
"@crc-org/macadam.js": "0.0.1-202504180956-af4279b",
"@podman-desktop/api": "1.18.0",
"compare-versions": "^6.1.1",
"semver": "^7.7.1",
Expand Down
10 changes: 10 additions & 0 deletions pnpm-lock.yaml

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